| Index: src/regexp/regexp-macro-assembler-irregexp.cc
|
| diff --git a/src/regexp/regexp-macro-assembler-irregexp.cc b/src/regexp/regexp-macro-assembler-irregexp.cc
|
| index a0bb5e7d730d6a959ca7ce16196df7f8806a25fd..3316c332292a808f15d46ecf0ab576e9e2c8ed8e 100644
|
| --- a/src/regexp/regexp-macro-assembler-irregexp.cc
|
| +++ b/src/regexp/regexp-macro-assembler-irregexp.cc
|
| @@ -7,9 +7,10 @@
|
| #include "src/regexp/regexp-macro-assembler-irregexp.h"
|
|
|
| #include "src/ast/ast.h"
|
| +#include "src/objects-inl.h"
|
| #include "src/regexp/bytecodes-irregexp.h"
|
| -#include "src/regexp/regexp-macro-assembler.h"
|
| #include "src/regexp/regexp-macro-assembler-irregexp-inl.h"
|
| +#include "src/regexp/regexp-macro-assembler.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
|
|