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

Unified Diff: src/json-parser.h

Issue 1700923002: Move FieldType to separate h/cc files. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 10 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 | « src/field-type.cc ('k') | src/profiler/heap-snapshot-generator.cc » ('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 fa46cf098ec3c6ae6017d12c94ecb4278f898981..0ee1c85581689e6290ac7754b6c1a3c189358728 100644
--- a/src/json-parser.h
+++ b/src/json-parser.h
@@ -13,7 +13,6 @@
#include "src/parsing/scanner.h"
#include "src/parsing/token.h"
#include "src/transitions.h"
-#include "src/types.h"
namespace v8 {
namespace internal {
« no previous file with comments | « src/field-type.cc ('k') | src/profiler/heap-snapshot-generator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698