Index: src/stub-cache.h |
diff --git a/src/stub-cache.h b/src/stub-cache.h |
index d893349b7bc3c36e96fdce515dc80bc2ea0b57bb..f55c440ea4e7c753f51bb55fe5d80dcd8630b977 100644 |
--- a/src/stub-cache.h |
+++ b/src/stub-cache.h |
@@ -567,6 +567,7 @@ class LoadStubCompiler: public BaseLoadStoreStubCompiler { |
Handle<JSFunction> getter); |
static void GenerateLoadViaGetter(MacroAssembler* masm, |
+ Handle<HeapType> type, |
Register receiver, |
Handle<JSFunction> getter); |
@@ -712,6 +713,7 @@ class StoreStubCompiler: public BaseLoadStoreStubCompiler { |
const CallOptimization& call_optimization); |
static void GenerateStoreViaSetter(MacroAssembler* masm, |
+ Handle<HeapType> type, |
Handle<JSFunction> setter); |
Handle<Code> CompileStoreViaSetter(Handle<JSObject> object, |