Index: Source/WebCore/html/canvas/DataView.idl |
diff --git a/Source/WebCore/html/canvas/DataView.idl b/Source/WebCore/html/canvas/DataView.idl |
index bb923f35e2952f84f93ac61abc800c511b812510..7e96876d8121b85a56efa67767f6cd262eee559c 100644 |
--- a/Source/WebCore/html/canvas/DataView.idl |
+++ b/Source/WebCore/html/canvas/DataView.idl |
@@ -24,7 +24,7 @@ |
*/ |
[ |
- CustomConstructor, |
+ CustomConstructor(ArrayBuffer buffer, [Optional] unsigned long byteOffset, [Optional] unsigned long byteLength), |
CustomToJSObject |
] interface DataView : ArrayBufferView { |
// All these methods raise an exception if they would read or write beyond the end of the view. |