- Fix build.

Review URL: https://chromiumcodereview.appspot.com//10536051

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@8388 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
iposva@google.com
2012-06-07 11:28:24 +00:00
parent ff35c8a764
commit aa8aeea71e
+2
View File
@@ -4915,8 +4915,10 @@ void Object::SetRaw(RawObject* value) {
} else {
intptr_t cid = raw_->GetClassId();
if (cid < kNumPredefinedKinds) {
#if defined(DEBUG)
ASSERT(builtin_vtables_[cid] ==
isolate->class_table()->At(cid)->ptr()->handle_vtable_);
#endif
set_vtable(builtin_vtables_[cid]);
} else {
#if !defined(DEBUG)