Index: runtime/vm/dart.cc |
diff --git a/runtime/vm/dart.cc b/runtime/vm/dart.cc |
index 41e9fec3ff952e92a540f91570ca3340551ae242..02ec984a5eddebe3e6313718065ab852264445c2 100644 |
--- a/runtime/vm/dart.cc |
+++ b/runtime/vm/dart.cc |
@@ -382,7 +382,7 @@ RawError* Dart::InitializeIsolate(const uint8_t* snapshot_buffer, void* data) { |
if (snapshot_buffer == NULL) { |
if (!I->object_store()->PreallocateObjects()) { |
- return I->object_store()->sticky_error(); |
+ return T->sticky_error(); |
} |
} |