Index: src/stub-cache.h |
diff --git a/src/stub-cache.h b/src/stub-cache.h |
index 6d70d3477d5e8586b4c06f610f79e685840d251e..5317ce8e1ce09cdf3e0aef664a181ebcd53bdfba 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, |