summaryrefslogtreecommitdiff
path: root/deps/v8/src/ic.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/ic.h')
-rw-r--r--deps/v8/src/ic.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/deps/v8/src/ic.h b/deps/v8/src/ic.h
index 55cb34a1cd..409ad3806d 100644
--- a/deps/v8/src/ic.h
+++ b/deps/v8/src/ic.h
@@ -284,7 +284,8 @@ class LoadIC: public IC {
// Specialized code generator routines.
static void GenerateArrayLength(MacroAssembler* masm);
- static void GenerateStringLength(MacroAssembler* masm);
+ static void GenerateStringLength(MacroAssembler* masm,
+ bool support_wrappers);
static void GenerateFunctionPrototype(MacroAssembler* masm);
// Clear the use of the inlined version.