| Index: core/html/canvas/DataView.idl
|
| ===================================================================
|
| --- core/html/canvas/DataView.idl (revision 22811)
|
| +++ core/html/canvas/DataView.idl (working copy)
|
| @@ -25,7 +25,7 @@
|
|
|
| [
|
| CustomConstructor(ArrayBuffer buffer, optional unsigned long byteOffset, optional unsigned long byteLength),
|
| - CustomToJSObject
|
| + CustomToV8
|
| ] interface DataView : ArrayBufferView {
|
| // All these methods raise an exception if they would read or write beyond the end of the view.
|
|
|
|
|