Index: Source/core/html/ImageData.idl |
diff --git a/Source/core/html/ImageData.idl b/Source/core/html/ImageData.idl |
index 47c13ad9045166e80ed50a221ce652e0ae28fd44..cf5b67de89b056356184d97e105cc429b7426864 100644 |
--- a/Source/core/html/ImageData.idl |
+++ b/Source/core/html/ImageData.idl |
@@ -30,6 +30,7 @@ |
Constructor(Uint8ClampedArray data, unsigned long width, [Default=Undefined] optional unsigned long height), |
Constructor(unsigned long width, unsigned long height), |
Custom=Wrap, |
+ GlobalContext=Window&WorkerGlobalScope, |
RaisesException=Constructor, |
] interface ImageData { |
readonly attribute long width; |