Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(817)

Unified Diff: src/json-parser.h

Issue 1293053004: Remove grab-bag includes of v8.h from runtime entries. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/json-stringifier.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/json-parser.h
diff --git a/src/json-parser.h b/src/json-parser.h
index 99e48f1d3f1cb5a00338e23a8f36eb6aaa5d8a1f..81c83bd1d8aad08f2d49489b79fc7111f5de4879 100644
--- a/src/json-parser.h
+++ b/src/json-parser.h
@@ -7,8 +7,12 @@
#include "src/char-predicates.h"
#include "src/conversions.h"
+#include "src/factory.h"
#include "src/messages.h"
+#include "src/scanner.h"
#include "src/token.h"
+#include "src/transitions.h"
+#include "src/types.h"
namespace v8 {
namespace internal {
« no previous file with comments | « no previous file | src/json-stringifier.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698