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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/V8PerIsolateData.cpp

Issue 2721533003: //third_party/WebKit/Source/bindings: include v8 as a user, not system, header (Closed)
Patch Set: . Created 3 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
Index: third_party/WebKit/Source/bindings/core/v8/V8PerIsolateData.cpp
diff --git a/third_party/WebKit/Source/bindings/core/v8/V8PerIsolateData.cpp b/third_party/WebKit/Source/bindings/core/v8/V8PerIsolateData.cpp
index dc94cf4b3469204149dc03ff3a661378b6c11efd..a125c6dfee96d426c40ed7c74c94ba5b0e746c90 100644
--- a/third_party/WebKit/Source/bindings/core/v8/V8PerIsolateData.cpp
+++ b/third_party/WebKit/Source/bindings/core/v8/V8PerIsolateData.cpp
@@ -25,8 +25,8 @@
#include "bindings/core/v8/V8PerIsolateData.h"
-#include <v8-debug.h>
#include <memory>
+
#include "bindings/core/v8/DOMDataStore.h"
#include "bindings/core/v8/ScriptSourceCode.h"
#include "bindings/core/v8/V8HiddenValue.h"
@@ -36,6 +36,7 @@
#include "bindings/core/v8/V8ValueCache.h"
#include "platform/ScriptForbiddenScope.h"
#include "public/platform/Platform.h"
+#include "v8/include/v8-debug.h"
#include "wtf/LeakAnnotations.h"
#include "wtf/PtrUtil.h"

Powered by Google App Engine
This is Rietveld 408576698