- 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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user