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

Unified Diff: Source/bindings/core/v8/PostMessage.h

Issue 606653006: bindings: Adds DOMArrayBuffer, etc. as thin wrappers for ArrayBuffer, etc. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed Win GPU tests (DOMDataView). Created 6 years, 2 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: Source/bindings/core/v8/PostMessage.h
diff --git a/Source/bindings/core/v8/PostMessage.h b/Source/bindings/core/v8/PostMessage.h
index eaed55e9f712379fb893c13959a72696a9bc59f1..efafd31e7530ccc23462336dce4c701ddc42bae3 100644
--- a/Source/bindings/core/v8/PostMessage.h
+++ b/Source/bindings/core/v8/PostMessage.h
@@ -9,8 +9,8 @@
#include "bindings/core/v8/SerializedScriptValue.h"
#include "bindings/core/v8/V8Binding.h"
#include "bindings/core/v8/V8BindingMacros.h"
+#include "core/dom/DOMArrayBuffer.h"
#include "core/dom/MessagePort.h"
-#include "wtf/ArrayBuffer.h"
#include <v8.h>
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698