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

Unified Diff: core/html/canvas/DataView.idl

Issue 155973006: Roll IDL to 1750 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 6 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
« no previous file with comments | « core/html/canvas/CanvasRenderingContext2D.idl ('k') | core/html/canvas/WebGLContextAttributes.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/html/canvas/DataView.idl
diff --git a/core/html/canvas/DataView.idl b/core/html/canvas/DataView.idl
index 5847f9c1d37d4640ad17ea17ba7235d7f3f5c5c6..a9b9facac3ea3cd4c96fe71a3c2da2b5f6b23315 100644
--- a/core/html/canvas/DataView.idl
+++ b/core/html/canvas/DataView.idl
@@ -24,9 +24,9 @@
*/
[
- GlobalContext=Window&WorkerGlobalScope,
+ Custom=Wrap,
CustomConstructor(ArrayBuffer buffer, optional unsigned long byteOffset, optional unsigned long byteLength),
- CustomToV8
+ GlobalContext=Window&WorkerGlobalScope,
] interface DataView : ArrayBufferView {
// All these methods raise an exception if they would read or write beyond the end of the view.
« no previous file with comments | « core/html/canvas/CanvasRenderingContext2D.idl ('k') | core/html/canvas/WebGLContextAttributes.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698