Index: src/stub-cache.h |
diff --git a/src/stub-cache.h b/src/stub-cache.h |
index 5cb92af97ebcb8b09fae532f75a2615e2478eeac..df3b334c852ffed0f03c8683cd33e2fc34b6f4e2 100644 |
--- a/src/stub-cache.h |
+++ b/src/stub-cache.h |
@@ -184,6 +184,7 @@ class StubCache { |
Handle<Code> ComputeStoreGlobal(Handle<Name> name, |
Handle<GlobalObject> object, |
Handle<PropertyCell> cell, |
+ Handle<Object> value, |
StrictModeFlag strict_mode); |
Handle<Code> ComputeStoreCallback(Handle<Name> name, |