summaryrefslogtreecommitdiff
path: root/deps/v8/src/background-parsing-task.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/background-parsing-task.h')
-rw-r--r--deps/v8/src/background-parsing-task.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/src/background-parsing-task.h b/deps/v8/src/background-parsing-task.h
index c224303e05..0f290fb7f0 100644
--- a/deps/v8/src/background-parsing-task.h
+++ b/deps/v8/src/background-parsing-task.h
@@ -9,7 +9,7 @@
#include "src/base/platform/semaphore.h"
#include "src/base/smart-pointers.h"
#include "src/compiler.h"
-#include "src/parser.h"
+#include "src/parsing/parser.h"
namespace v8 {
namespace internal {