| Index: src/regexp-macro-assembler-irregexp.h
|
| diff --git a/src/regexp-macro-assembler-irregexp.h b/src/regexp-macro-assembler-irregexp.h
|
| index 3569d8b030e9f0e9de548a91e3a271367f43a794..f8a412d4f8687b4255580ce21fa0f6e44880d8e2 100644
|
| --- a/src/regexp-macro-assembler-irregexp.h
|
| +++ b/src/regexp-macro-assembler-irregexp.h
|
| @@ -134,6 +134,8 @@ class RegExpMacroAssemblerIrregexp: public RegExpMacroAssembler {
|
| int advance_current_offset_;
|
| int advance_current_end_;
|
|
|
| + Isolate* isolate_;
|
| +
|
| static const int kInvalidPC = -1;
|
|
|
| DISALLOW_IMPLICIT_CONSTRUCTORS(RegExpMacroAssemblerIrregexp);
|
|
|