| Index: third_party/WebCore/html/canvas/WebGLActiveInfo.idl
|
| diff --git a/third_party/WebCore/html/canvas/WebGLActiveInfo.idl b/third_party/WebCore/html/canvas/WebGLActiveInfo.idl
|
| index 20ab8af903a11c03f0bfc961ae98be7c95c7bdde..e9fef93b3623bca1e6176e0eac2e0070ba0b9306 100644
|
| --- a/third_party/WebCore/html/canvas/WebGLActiveInfo.idl
|
| +++ b/third_party/WebCore/html/canvas/WebGLActiveInfo.idl
|
| @@ -28,8 +28,8 @@ module html {
|
| interface [
|
| Conditional=WEBGL,
|
| ] WebGLActiveInfo {
|
| - readonly attribute int size;
|
| - readonly attribute unsigned int type;
|
| + readonly attribute long size;
|
| + readonly attribute unsigned long type;
|
| readonly attribute DOMString name;
|
| };
|
|
|
|
|