Commit cd9ec3d2 authored by marja's avatar marja Committed by Commit bot

Fix irregexp build after r42140

BUG=v8:5402

Review-Url: https://codereview.chromium.org/2628473003
Cr-Commit-Position: refs/heads/master@{#42165}
parent 4751959d
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
#include "src/regexp/interpreter-irregexp.h" #include "src/regexp/interpreter-irregexp.h"
#include "src/ast/ast.h" #include "src/ast/ast.h"
#include "src/objects-inl.h"
#include "src/regexp/bytecodes-irregexp.h" #include "src/regexp/bytecodes-irregexp.h"
#include "src/regexp/jsregexp.h" #include "src/regexp/jsregexp.h"
#include "src/regexp/regexp-macro-assembler.h" #include "src/regexp/regexp-macro-assembler.h"
......
...@@ -7,9 +7,10 @@ ...@@ -7,9 +7,10 @@
#include "src/regexp/regexp-macro-assembler-irregexp.h" #include "src/regexp/regexp-macro-assembler-irregexp.h"
#include "src/ast/ast.h" #include "src/ast/ast.h"
#include "src/objects-inl.h"
#include "src/regexp/bytecodes-irregexp.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-irregexp-inl.h"
#include "src/regexp/regexp-macro-assembler.h"
namespace v8 { namespace v8 {
namespace internal { namespace internal {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment