From d050188cd525b769d33e2a2d94454b32aaa0b622 Mon Sep 17 00:00:00 2001 From: Moonchild Date: Mon, 11 May 2020 23:17:47 +0000 Subject: Issue #1543 - Align with no src to the updated spec. --- dom/base/nsIImageLoadingContent.idl | 2 +- dom/html/reftests/468263-2-alternate-ref.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'dom') diff --git a/dom/base/nsIImageLoadingContent.idl b/dom/base/nsIImageLoadingContent.idl index eacc4ac3a..234571e1b 100644 --- a/dom/base/nsIImageLoadingContent.idl +++ b/dom/base/nsIImageLoadingContent.idl @@ -68,7 +68,7 @@ interface nsIImageLoadingContent : imgINotificationObserver * the image was blocked. This status always refers to the * CURRENT_REQUEST load. */ - readonly attribute short imageBlockingStatus; + [infallible] readonly attribute short imageBlockingStatus; /** * Used to register an image decoder observer. Typically, this will diff --git a/dom/html/reftests/468263-2-alternate-ref.html b/dom/html/reftests/468263-2-alternate-ref.html index 538898c97..c3bdb9da9 100644 --- a/dom/html/reftests/468263-2-alternate-ref.html +++ b/dom/html/reftests/468263-2-alternate-ref.html @@ -2,6 +2,7 @@ + -- cgit v1.2.3