| Index: third_party/WebCore/html/ImageData.idl
|
| diff --git a/third_party/WebCore/html/ImageData.idl b/third_party/WebCore/html/ImageData.idl
|
| index c859454174c37c518b0aa06b972585f147f6f6c7..f2ea0ca6b736c29a9327bcdec84e5ca72b901bac 100644
|
| --- a/third_party/WebCore/html/ImageData.idl
|
| +++ b/third_party/WebCore/html/ImageData.idl
|
| @@ -34,7 +34,7 @@ module html {
|
| readonly attribute long width;
|
| readonly attribute long height;
|
| #if !defined(LANGUAGE_JAVASCRIPT) || !LANGUAGE_JAVASCRIPT
|
| - readonly attribute CanvasPixelArray data;
|
| + readonly attribute Uint8ClampedArray data;
|
| #endif
|
| };
|
|
|
|
|