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

Unified Diff: Source/core/dom/DataView.idl

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/core/dom/DataView.idl
diff --git a/Source/core/html/canvas/DataView.idl b/Source/core/dom/DataView.idl
similarity index 96%
rename from Source/core/html/canvas/DataView.idl
rename to Source/core/dom/DataView.idl
index 9744bdae8f3f01d738c369c3f4dd38df635737ee..3bb91a79f6cda8110e4d087ea721ec307646ad76 100644
--- a/Source/core/html/canvas/DataView.idl
+++ b/Source/core/dom/DataView.idl
@@ -24,9 +24,8 @@
*/
[
- Custom=Wrap,
- CustomConstructor(ArrayBuffer buffer, optional unsigned long byteOffset, optional unsigned long byteLength),
Exposed=(Window,Worker),
+ ImplementedAs=DOMDataView,
TypeChecking=Interface,
] interface DataView : ArrayBufferView {
// All these methods raise an exception if they would read or write beyond the end of the view.

Powered by Google App Engine
This is Rietveld 408576698