Index: Source/core/imagebitmap/ImageBitmapFactories.idl |
diff --git a/Source/core/imagebitmap/ImageBitmapFactories.idl b/Source/core/imagebitmap/ImageBitmapFactories.idl |
index 1b34ea7be37baf24916c4d4cd3c70adfe1ecf24b..376fafa1c0e090d170d1709c5b7d61ef9b81ace7 100644 |
--- a/Source/core/imagebitmap/ImageBitmapFactories.idl |
+++ b/Source/core/imagebitmap/ImageBitmapFactories.idl |
@@ -28,7 +28,7 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-// http://www.whatwg.org/specs/web-apps/current-work/#imagebitmapfactories |
+// https://html.spec.whatwg.org/#imagebitmapfactories |
// FIXME: should use typedef instead, but |
// requires better union type support: http://crbug.com/240176 |
@@ -45,6 +45,7 @@ typedef (// HTMLImageElement or |
[ |
LegacyTreatAsPartialInterface, |
NoInterfaceObject, // Always used on target of 'implements' |
+ Exposed=(Window,Worker), |
RuntimeEnabled=ExperimentalCanvasFeatures, |
TypeChecking=Interface, |
] interface ImageBitmapFactories { |
@@ -58,4 +59,3 @@ typedef (// HTMLImageElement or |
Window implements ImageBitmapFactories; |
WorkerGlobalScope implements ImageBitmapFactories; |
- |