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

Unified Diff: third_party/WebKit/Source/bindings/tests/results/core/TestInterface2OrUint8Array.h

Issue 2559323004: bindings: Stop using forward declarations for typed array in union containers (Closed)
Patch Set: Created 4 years 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/tests/results/core/TestInterface2OrUint8Array.h
diff --git a/third_party/WebKit/Source/bindings/tests/results/core/TestInterface2OrUint8Array.h b/third_party/WebKit/Source/bindings/tests/results/core/TestInterface2OrUint8Array.h
index a6eeeef78d064b3bc0c6a170fc0f810a4b865634..4189194958b0967cf761c743a72591b04bdd35a2 100644
--- a/third_party/WebKit/Source/bindings/tests/results/core/TestInterface2OrUint8Array.h
+++ b/third_party/WebKit/Source/bindings/tests/results/core/TestInterface2OrUint8Array.h
@@ -11,13 +11,15 @@
#include "bindings/core/v8/Dictionary.h"
#include "bindings/core/v8/ExceptionState.h"
+#include "bindings/core/v8/V8ArrayBufferView.h"
#include "bindings/core/v8/V8Binding.h"
+#include "bindings/core/v8/V8Uint8Array.h"
#include "core/CoreExport.h"
+#include "core/dom/FlexibleArrayBufferView.h"
#include "platform/heap/Handle.h"
namespace blink {
-class DOMUint8Array;
class TestInterface2;
class CORE_EXPORT TestInterface2OrUint8Array final {

Powered by Google App Engine
This is Rietveld 408576698