| Index: Source/core/html/ImageData.idl
|
| diff --git a/Source/core/html/ImageData.idl b/Source/core/html/ImageData.idl
|
| index 4324dc046c62182563d99f17fbdd0a756ac4a1e1..0837a30aed9990ab6d5f0b9bff1c69e4f3a80297 100644
|
| --- a/Source/core/html/ImageData.idl
|
| +++ b/Source/core/html/ImageData.idl
|
| @@ -31,7 +31,6 @@
|
| [
|
| Constructor(unsigned long width, unsigned long height),
|
| Constructor(Uint8ClampedArray data, unsigned long width, [Default=Undefined] optional unsigned long height),
|
| - Custom=Wrap,
|
| Exposed=(Window,Worker),
|
| RaisesException=Constructor,
|
| WillBeGarbageCollected,
|
|
|