diff options
Diffstat (limited to 'dom/base/nsIImageLoadingContent.idl')
-rw-r--r-- | dom/base/nsIImageLoadingContent.idl | 2 |
1 files changed, 1 insertions, 1 deletions
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 |