diff options
Diffstat (limited to 'dom/base')
-rw-r--r-- | dom/base/ElementInlines.h | 1 | ||||
-rw-r--r-- | dom/base/nsIImageLoadingContent.idl | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/dom/base/ElementInlines.h b/dom/base/ElementInlines.h index c68bd012e..540512d89 100644 --- a/dom/base/ElementInlines.h +++ b/dom/base/ElementInlines.h @@ -8,6 +8,7 @@ #define mozilla_dom_ElementInlines_h #include "mozilla/dom/Element.h" +#include "nsIContentInlines.h" #include "nsIDocument.h" namespace mozilla { 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 |