| Index: src/regexp/regexp-macro-assembler.cc
|
| diff --git a/src/regexp/regexp-macro-assembler.cc b/src/regexp/regexp-macro-assembler.cc
|
| index 19ecaed18f84f02a6df5eebd916c438e8be30051..0a7f5c1b9e295727ac672cc008adee0dbfc41ed6 100644
|
| --- a/src/regexp/regexp-macro-assembler.cc
|
| +++ b/src/regexp/regexp-macro-assembler.cc
|
| @@ -122,7 +122,7 @@ NativeRegExpMacroAssembler::~NativeRegExpMacroAssembler() {
|
|
|
|
|
| bool NativeRegExpMacroAssembler::CanReadUnaligned() {
|
| - return FLAG_enable_unaligned_accesses && !slow_safe();
|
| + return FLAG_enable_regexp_unaligned_accesses && !slow_safe();
|
| }
|
|
|
| const byte* NativeRegExpMacroAssembler::StringCharacterPosition(
|
|
|