diff options
Diffstat (limited to 'deps/v8/src/frame-element.h')
-rw-r--r-- | deps/v8/src/frame-element.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/deps/v8/src/frame-element.h b/deps/v8/src/frame-element.h index 666aabb269..ccdecf1d66 100644 --- a/deps/v8/src/frame-element.h +++ b/deps/v8/src/frame-element.h @@ -91,10 +91,7 @@ class FrameElement BASE_EMBEDDED { // this table of handles to the actual constants. typedef ZoneList<Handle<Object> > ZoneObjectList; - static ZoneObjectList* ConstantList() { - static ZoneObjectList list(10); - return &list; - } + static ZoneObjectList* ConstantList(); // Clear the constants indirection table. static void ClearConstantList() { |