Index: src/regexp-macro-assembler-irregexp.h |
=================================================================== |
--- src/regexp-macro-assembler-irregexp.h (revision 4367) |
+++ src/regexp-macro-assembler-irregexp.h (working copy) |
@@ -31,7 +31,7 @@ |
namespace v8 { |
namespace internal { |
-#ifndef V8_NATIVE_REGEXP |
+#ifdef V8_INTERPRETED_REGEXP |
class RegExpMacroAssemblerIrregexp: public RegExpMacroAssembler { |
public: |
@@ -134,7 +134,7 @@ |
DISALLOW_IMPLICIT_CONSTRUCTORS(RegExpMacroAssemblerIrregexp); |
}; |
-#endif // !V8_NATIVE_REGEXP |
+#endif // V8_INTERPRETED_REGEXP |
} } // namespace v8::internal |