| Index: Source/core/html/ImageData.idl
|
| diff --git a/Source/core/html/ImageData.idl b/Source/core/html/ImageData.idl
|
| index f6274b416126382b2f030157546c163041cc7087..44f6977b65333800da7c0e26e96e8a208b2439f4 100644
|
| --- a/Source/core/html/ImageData.idl
|
| +++ b/Source/core/html/ImageData.idl
|
| @@ -40,5 +40,6 @@
|
| readonly attribute long width;
|
| readonly attribute long height;
|
| // TODO(philipj): Expose data.
|
| - // readonly attribute Uint8ClampedArray data;
|
| + // FIXMEDART: Uncomment - we need this property.
|
| + readonly attribute Uint8ClampedArray data;
|
| };
|
|
|