Chromium Code Reviews

Unified Diff: src/preparse-data.cc

Issue 974213002: Extract ParseInfo from CompilationInfo. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: src/preparse-data.cc
diff --git a/src/preparse-data.cc b/src/preparse-data.cc
index 40498d69da1d679a73f064ca8e799ee9b2883473..e1c7ad199b93654e7ed0c7af3f14dbe06c8e8c74 100644
--- a/src/preparse-data.cc
+++ b/src/preparse-data.cc
@@ -3,9 +3,9 @@
// found in the LICENSE file.
#include "src/base/logging.h"
-#include "src/compiler.h"
#include "src/globals.h"
#include "src/hashmap.h"
+#include "src/parser.h"
#include "src/preparse-data.h"
#include "src/preparse-data-format.h"

Powered by Google App Engine