| Index: src/regexp/interpreter-irregexp.h
|
| diff --git a/src/regexp/interpreter-irregexp.h b/src/regexp/interpreter-irregexp.h
|
| index 244af990914eb3e47fbc16a4dc62373d1f286160..887fab6d0e73bb585131359e79b4e926334dce37 100644
|
| --- a/src/regexp/interpreter-irregexp.h
|
| +++ b/src/regexp/interpreter-irregexp.h
|
| @@ -7,12 +7,13 @@
|
| #ifndef V8_REGEXP_INTERPRETER_IRREGEXP_H_
|
| #define V8_REGEXP_INTERPRETER_IRREGEXP_H_
|
|
|
| +#ifdef V8_INTERPRETED_REGEXP
|
| +
|
| #include "src/regexp/jsregexp.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
|
|
| -
|
| class IrregexpInterpreter {
|
| public:
|
| static RegExpImpl::IrregexpResult Match(Isolate* isolate,
|
| @@ -26,4 +27,6 @@ class IrregexpInterpreter {
|
| } // namespace internal
|
| } // namespace v8
|
|
|
| +#endif // V8_INTERPRETED_REGEXP
|
| +
|
| #endif // V8_REGEXP_INTERPRETER_IRREGEXP_H_
|
|
|