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