Index: src/stub-cache.h |
diff --git a/src/stub-cache.h b/src/stub-cache.h |
index c085b51f2e4dbf62b0cf59c626a6abb9f29cb486..d2f50dd17a20cdc2007b140edf188f653210fbb0 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, |