From 6ded16be15dd865a9b21ea304d5273c8be299c87 Mon Sep 17 00:00:00 2001 From: Steve Block Date: Mon, 10 May 2010 14:33:55 +0100 Subject: Update V8 to r4588 We're using WebKit r58033, as used by http://src.chromium.org/svn/releases/5.0.387.0/DEPS This requires http://v8.googlecode.com/svn/trunk@4465 but this version has a crashing bug for ARM. Instead we use http://v8.googlecode.com/svn/trunk@4588, which is used by http://src.chromium.org/svn/releases/6.0.399.0/DEPS Note that a trivial bug fix was required in arm/codegen-arm.cc. This is guarded with ANDROID. See http://code.google.com/p/v8/issues/detail?id=703 Change-Id: I459647a8286c4f8c7405f0c5581ecbf051a6f1e8 --- src/regexp-macro-assembler.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/regexp-macro-assembler.h') diff --git a/src/regexp-macro-assembler.h b/src/regexp-macro-assembler.h index 105d8cc4..9f8e2c5c 100644 --- a/src/regexp-macro-assembler.h +++ b/src/regexp-macro-assembler.h @@ -161,7 +161,7 @@ class RegExpMacroAssembler { }; -#ifdef V8_NATIVE_REGEXP // Avoid compiling unused code. +#ifndef V8_INTERPRETED_REGEXP // Avoid compiling unused code. class NativeRegExpMacroAssembler: public RegExpMacroAssembler { public: @@ -221,7 +221,7 @@ class NativeRegExpMacroAssembler: public RegExpMacroAssembler { int* output); }; -#endif // V8_NATIVE_REGEXP +#endif // V8_INTERPRETED_REGEXP } } // namespace v8::internal -- cgit v1.2.3