| Index: src/regexp-macro-assembler.h
 | 
| diff --git a/src/regexp-macro-assembler.h b/src/regexp-macro-assembler.h
 | 
| index f0cfc465fc6af7c97e64082bb1085a7026fbca0a..6bb411556678882529e74352ec84935031b5cc4f 100644
 | 
| --- a/src/regexp-macro-assembler.h
 | 
| +++ b/src/regexp-macro-assembler.h
 | 
| @@ -171,7 +171,7 @@ class RegExpMacroAssembler {
 | 
|  class NativeRegExpMacroAssembler: public RegExpMacroAssembler {
 | 
|   public:
 | 
|    // Type of input string to generate code for.
 | 
| -  enum Mode { ASCII = 1, UC16 = 2 };
 | 
| +  enum Mode { LATIN1 = 1, UC16 = 2 };
 | 
|  
 | 
|    // Result of calling generated native RegExp code.
 | 
|    // RETRY: Something significant changed during execution, and the matching
 | 
| 
 |