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

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

Issue 78713009: Introduce toV8NoInline (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 1 month 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
Index: Source/modules/imagebitmap/ImageBitmapFactories.idl
diff --git a/Source/modules/imagebitmap/ImageBitmapFactories.idl b/Source/modules/imagebitmap/ImageBitmapFactories.idl
index 7f244e107349f434b5626539a9e0aa59ec0a46f6..c53fe11faab04c41014458ec2a7e92a7a5e16ab2 100644
--- a/Source/modules/imagebitmap/ImageBitmapFactories.idl
+++ b/Source/modules/imagebitmap/ImageBitmapFactories.idl
@@ -30,7 +30,8 @@
[
NoInterfaceObject,
- RuntimeEnabled=ExperimentalCanvasFeatures
+ RuntimeEnabled=ExperimentalCanvasFeatures,
+ PromiseResolutionTarget,
] interface ImageBitmapFactories {
[RaisesException] Promise createImageBitmap(Blob blob);
[RaisesException] Promise createImageBitmap(Blob blob, long sx, long sy, long sw, long sh);

Powered by Google App Engine
This is Rietveld 408576698