Index: src/heap.cc |
diff --git a/src/heap.cc b/src/heap.cc |
index f0c9154b5e9aa15cb45f00df5b5e43533b966979..d628fbd75adc8a20f82471f1e45456f3c504e4f8 100644 |
--- a/src/heap.cc |
+++ b/src/heap.cc |
@@ -3621,7 +3621,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); |