| Index: Source/core/html/ImageData.idl
|
| diff --git a/Source/core/html/ImageData.idl b/Source/core/html/ImageData.idl
|
| index 4324dc046c62182563d99f17fbdd0a756ac4a1e1..b14256820af63dcd4adfbb42e68156e91984dee1 100644
|
| --- a/Source/core/html/ImageData.idl
|
| +++ b/Source/core/html/ImageData.idl
|
| @@ -31,6 +31,8 @@
|
| [
|
| 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,
|
|
|