Index: src/ic/handler-compiler.h |
diff --git a/src/ic/handler-compiler.h b/src/ic/handler-compiler.h |
index 4fedd4e8d78c7127bff6feef5becf58dd724ecb8..9bab6c69b7cb63c5a135f89db9d4debc28582ddd 100644 |
--- a/src/ic/handler-compiler.h |
+++ b/src/ic/handler-compiler.h |
@@ -184,6 +184,7 @@ class NamedLoadHandlerCompiler : public PropertyHandlerCompiler { |
static void GenerateDirectLoadGlobalFunctionPrototype(MacroAssembler* masm, |
int index, |
Register prototype, |
+ Register scratch, |
Label* miss); |