| Index: src/regexp-macro-assembler-irregexp-inl.h
 | 
| ===================================================================
 | 
| --- src/regexp-macro-assembler-irregexp-inl.h	(revision 4367)
 | 
| +++ src/regexp-macro-assembler-irregexp-inl.h	(working copy)
 | 
| @@ -38,7 +38,7 @@
 | 
|  namespace v8 {
 | 
|  namespace internal {
 | 
|  
 | 
| -#ifndef V8_NATIVE_REGEXP
 | 
| +#ifdef V8_INTERPRETED_REGEXP
 | 
|  
 | 
|  void RegExpMacroAssemblerIrregexp::Emit(uint32_t byte,
 | 
|                                          uint32_t twenty_four_bits) {
 | 
| @@ -71,7 +71,7 @@
 | 
|    pc_ += 4;
 | 
|  }
 | 
|  
 | 
| -#endif  // ! V8_NATIVE_REGEXP
 | 
| +#endif  // V8_INTERPRETED_REGEXP
 | 
|  
 | 
|  } }  // namespace v8::internal
 | 
|  
 | 
| 
 |