| Index: third_party/WebKit/Source/core/html/ImageData.idl
|
| diff --git a/third_party/WebKit/Source/core/html/ImageData.idl b/third_party/WebKit/Source/core/html/ImageData.idl
|
| index f6274b416126382b2f030157546c163041cc7087..77482a1f3170b63e024ce8cb47a162fb1a77f87d 100644
|
| --- a/third_party/WebKit/Source/core/html/ImageData.idl
|
| +++ b/third_party/WebKit/Source/core/html/ImageData.idl
|
| @@ -29,7 +29,6 @@
|
| // https://html.spec.whatwg.org/#dom-imagedata
|
|
|
| [
|
| - TypeChecking=Interface,
|
| Constructor(unsigned long sw, unsigned long sh),
|
| Constructor(Uint8ClampedArray data, unsigned long sw, optional unsigned long sh),
|
| Exposed=(Window,Worker),
|
|
|