| Index: Source/core/html/ImageData.idl
|
| diff --git a/Source/core/html/ImageData.idl b/Source/core/html/ImageData.idl
|
| index 0837a30aed9990ab6d5f0b9bff1c69e4f3a80297..990a4bcff34aeef1bcfde5142b6abc0d75ad93ce 100644
|
| --- a/Source/core/html/ImageData.idl
|
| +++ b/Source/core/html/ImageData.idl
|
| @@ -29,8 +29,9 @@
|
| // http://www.whatwg.org/specs/web-apps/current-work/multipage/the-canvas-element.html#imagedata
|
|
|
| [
|
| + TypeChecking=Interface,
|
| Constructor(unsigned long width, unsigned long height),
|
| - Constructor(Uint8ClampedArray data, unsigned long width, [Default=Undefined] optional unsigned long height),
|
| + Constructor(Uint8ClampedArray data, unsigned long width, optional unsigned long height),
|
| Exposed=(Window,Worker),
|
| RaisesException=Constructor,
|
| WillBeGarbageCollected,
|
|
|