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

Unified Diff: third_party/WebKit/Source/core/dom/DOMTypedArray.h

Issue 2718023002: //third_party/WebKit/Source/core: include v8 as a user, not system, header (Closed)
Patch Set: Fix plugin/BUILD.gn deps 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/core/dom/DOMTypedArray.h
diff --git a/third_party/WebKit/Source/core/dom/DOMTypedArray.h b/third_party/WebKit/Source/core/dom/DOMTypedArray.h
index 9dff9833f816dc9569baa5f2bf69904ed3cb3496..773443ce4d5aa66adbd832da2166e62261a2bb16 100644
--- a/third_party/WebKit/Source/core/dom/DOMTypedArray.h
+++ b/third_party/WebKit/Source/core/dom/DOMTypedArray.h
@@ -9,6 +9,7 @@
#include "core/CoreExport.h"
#include "core/dom/DOMArrayBufferView.h"
#include "core/dom/DOMSharedArrayBuffer.h"
+#include "v8/include/v8.h"
#include "wtf/typed_arrays/Float32Array.h"
#include "wtf/typed_arrays/Float64Array.h"
#include "wtf/typed_arrays/Int16Array.h"
@@ -18,7 +19,6 @@
#include "wtf/typed_arrays/Uint32Array.h"
#include "wtf/typed_arrays/Uint8Array.h"
#include "wtf/typed_arrays/Uint8ClampedArray.h"
-#include <v8.h>
namespace blink {
« no previous file with comments | « third_party/WebKit/Source/core/animation/TimingInputTest.cpp ('k') | third_party/WebKit/Source/core/events/ErrorEvent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698