| 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..eab7304ac52f1ca846b66e8e8d09d11df8fc6841 100644
|
| --- a/Source/WebCore/html/canvas/DataView.idl
|
| +++ b/Source/WebCore/html/canvas/DataView.idl
|
| @@ -25,6 +25,7 @@
|
|
|
| [
|
| CustomConstructor,
|
| + ConstructorParameters=3,
|
| CustomToJSObject
|
| ] interface DataView : ArrayBufferView {
|
| // All these methods raise an exception if they would read or write beyond the end of the view.
|
|
|