summaryrefslogtreecommitdiffstats
path: root/V8Binding/v8/src/register-allocator.h
diff options
context:
space:
mode:
Diffstat (limited to 'V8Binding/v8/src/register-allocator.h')
-rw-r--r--V8Binding/v8/src/register-allocator.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/V8Binding/v8/src/register-allocator.h b/V8Binding/v8/src/register-allocator.h
index f7167d9..1765633 100644
--- a/V8Binding/v8/src/register-allocator.h
+++ b/V8Binding/v8/src/register-allocator.h
@@ -92,10 +92,7 @@ class Result BASE_EMBEDDED {
// 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() {