diff --git a/source b/source
index 65ad27b336c..7fcd07b45d9 100644
--- a/source
+++ b/source
@@ -92297,8 +92297,17 @@ dictionary ImageBitmapOptions {
return a promise rejected with an InvalidStateError
exception and abort these
steps.
If image's media data has no intrinsic dimensions (e.g. it's a vector - graphic with no specified content size), then return a promise rejected with an +
If image's media data has no intrinsic dimensions (e.g. it's a
+ vector graphic with no specified content size), then return a promise rejected with an
+ InvalidStateError
exception and abort these steps.
If the sw and sh arguments are not specified and
+ image's media data has both or either of its intrinsic width and
+ intrinsic height values equal to 0, then return a promise rejected with an
+ InvalidStateError
exception and abort these steps.
If the sh argument is not specified and image's media data has
+ an intrinsic height of 0, then return a promise rejected with an
InvalidStateError
exception and abort these steps.
Create a new ImageBitmap
object.