| Index: Source/core/html/ImageData.idl
|
| diff --git a/Source/core/html/ImageData.idl b/Source/core/html/ImageData.idl
|
| index b14256820af63dcd4adfbb42e68156e91984dee1..0837a30aed9990ab6d5f0b9bff1c69e4f3a80297 100644
|
| --- a/Source/core/html/ImageData.idl
|
| +++ b/Source/core/html/ImageData.idl
|
| @@ -31,9 +31,6 @@
|
| [
|
| Constructor(unsigned long width, unsigned long height),
|
| Constructor(Uint8ClampedArray data, unsigned long width, [Default=Undefined] optional unsigned long height),
|
| - // FIXME: We should remove this Custom=Wrap attribute. This is used just for
|
| - // letting constructor callback functions call ScriptWrappable::wrap.
|
| - Custom=Wrap,
|
| Exposed=(Window,Worker),
|
| RaisesException=Constructor,
|
| WillBeGarbageCollected,
|
|
|