Index: src/heap.cc |
diff --git a/src/heap.cc b/src/heap.cc |
index 66d17fbe6501fe46acfeffb81b1c70afdb155688..24e1d53881dcd2319b596fc34b8212aff0a06898 100644 |
--- a/src/heap.cc |
+++ b/src/heap.cc |
@@ -3637,7 +3637,7 @@ void Heap::InitializeJSObjectFromMap(JSObject* obj, |
// so that object accesses before the constructor completes (e.g. in the |
// debugger) will not cause a crash. |
if (map->constructor()->IsJSFunction() && |
- JSFunction::cast(map->constructor())->shared()-> |
+ JSFunction::cast(map->constructor())-> |
IsInobjectSlackTrackingInProgress()) { |
// We might want to shrink the object later. |
ASSERT(obj->GetInternalFieldCount() == 0); |