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

Unified Diff: src/i18n.cc

Issue 1282503003: Remove several grab-bag includes from the v8.h header. (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 | « src/i18n.h ('k') | src/ia32/lithium-gap-resolver-ia32.h » ('j') | src/v8.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/i18n.cc
diff --git a/src/i18n.cc b/src/i18n.cc
index c10890e89e5937928930963a8c27367f937c177d..7899f2937d5430760cae3ef60cd81e24d94452a8 100644
--- a/src/i18n.cc
+++ b/src/i18n.cc
@@ -5,6 +5,9 @@
#include "src/i18n.h"
+#include "src/api.h"
+#include "src/factory.h"
+#include "src/isolate.h"
#include "unicode/brkiter.h"
#include "unicode/calendar.h"
#include "unicode/coll.h"
« no previous file with comments | « src/i18n.h ('k') | src/ia32/lithium-gap-resolver-ia32.h » ('j') | src/v8.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698