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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/src/ic.h b/deps/v8/src/ic.h
index 9c96ba2fef..7d033778de 100644
--- a/deps/v8/src/ic.h
+++ b/deps/v8/src/ic.h
@@ -221,7 +221,7 @@ class LoadIC: public IC {
// The offset from the inlined patch site to the start of the
// inlined load instruction. It is 7 bytes (test eax, imm) plus
// 6 bytes (jne slow_label).
- static const int kOffsetToLoadInstruction = 13;
+ static const int kOffsetToLoadInstruction;
private:
static void Generate(MacroAssembler* masm, const ExternalReference& f);