| Index: third_party/WebCore/html/canvas/Uint16Array.idl
|
| diff --git a/third_party/WebCore/html/canvas/Uint16Array.idl b/third_party/WebCore/html/canvas/Uint16Array.idl
|
| index 72fa9b3ed0a761a8bde6e1ab285bbd82939afecf..79e05efc4ebf657997a9b53ce03f582c0ea8bfaf 100644
|
| --- a/third_party/WebCore/html/canvas/Uint16Array.idl
|
| +++ b/third_party/WebCore/html/canvas/Uint16Array.idl
|
| @@ -35,7 +35,7 @@ module html {
|
| CustomToJSObject,
|
| DoNotCheckConstants
|
| ] Uint16Array : ArrayBufferView {
|
| - const unsigned int BYTES_PER_ELEMENT = 2;
|
| + const unsigned long BYTES_PER_ELEMENT = 2;
|
|
|
| readonly attribute unsigned long length;
|
| Uint16Array subarray(in [Optional=DefaultIsUndefined] long start, in [Optional] long end);
|
|
|