aboutsummaryrefslogtreecommitdiffstats
path: root/components/script_bindings/webidls/ImageBitmap.webidl
diff options
context:
space:
mode:
Diffstat (limited to 'components/script_bindings/webidls/ImageBitmap.webidl')
-rw-r--r--components/script_bindings/webidls/ImageBitmap.webidl3
1 files changed, 1 insertions, 2 deletions
diff --git a/components/script_bindings/webidls/ImageBitmap.webidl b/components/script_bindings/webidls/ImageBitmap.webidl
index aaa35c67995..b9b811eb9bd 100644
--- a/components/script_bindings/webidls/ImageBitmap.webidl
+++ b/components/script_bindings/webidls/ImageBitmap.webidl
@@ -9,8 +9,7 @@
* You are granted a license to use, reproduce and create derivative works of this document.
*/
-//[Exposed=(Window,Worker), Serializable, Transferable]
-[Exposed=(Window,Worker), Pref="dom_imagebitmap_enabled"]
+[Exposed=(Window,Worker), Serializable, Transferable, Pref="dom_imagebitmap_enabled"]
interface ImageBitmap {
readonly attribute unsigned long width;
readonly attribute unsigned long height;