Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / ImageData.idl
index 18ed72f..4324dc0 100644 (file)
@@ -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 {