Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(742)

Unified Diff: Source/core/imagebitmap/ImageBitmapFactories.idl

Issue 1225843002: Sync the ImageBitmapFactories interface with the spec (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/core/imagebitmap/WindowImageBitmapFactories.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
-
« no previous file with comments | « no previous file | Source/core/imagebitmap/WindowImageBitmapFactories.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698