summaryrefslogtreecommitdiffstats
path: root/V8Binding/v8/src/frame-element.h
diff options
context:
space:
mode:
Diffstat (limited to 'V8Binding/v8/src/frame-element.h')
-rw-r--r--V8Binding/v8/src/frame-element.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/V8Binding/v8/src/frame-element.h b/V8Binding/v8/src/frame-element.h
index 666aabb..ccdecf1 100644
--- a/V8Binding/v8/src/frame-element.h
+++ b/V8Binding/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() {