| Index: third_party/WebCore/html/canvas/DataView.idl
|
| diff --git a/third_party/WebCore/html/canvas/DataView.idl b/third_party/WebCore/html/canvas/DataView.idl
|
| index e4ad072ab07d40a260cc3354d7817ce185452b9b..60f8fa77cf23fb14dc8b5ed711eeb47226eda4e7 100644
|
| --- a/third_party/WebCore/html/canvas/DataView.idl
|
| +++ b/third_party/WebCore/html/canvas/DataView.idl
|
| @@ -34,9 +34,9 @@
|
| // We have to use custom code because our code generator does not support int8_t type.
|
| // int8_t getInt8(in unsigned long byteOffset);
|
| // uint8_t getUint8(in unsigned long byteOffset);
|
| - [Custom] DOMObject getInt8()
|
| + [Custom] any getInt8()
|
| raises (DOMException);
|
| - [Custom] DOMObject getUint8()
|
| + [Custom] any getUint8()
|
| raises (DOMException);
|
|
|
| [StrictTypeChecking] short getInt16(in unsigned long byteOffset, in [Optional] boolean littleEndian)
|
|
|