diff options
Diffstat (limited to 'dom/base/DOMException.h')
-rw-r--r-- | dom/base/DOMException.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/dom/base/DOMException.h b/dom/base/DOMException.h index f2b2dadea..97f2d272c 100644 --- a/dom/base/DOMException.h +++ b/dom/base/DOMException.h @@ -83,8 +83,6 @@ public: already_AddRefed<nsIStackFrame> GetLocation() const; - already_AddRefed<nsISupports> GetInner() const; - already_AddRefed<nsISupports> GetData() const; void GetStack(nsAString& aStack, ErrorResult& aRv) const; @@ -110,7 +108,6 @@ protected: nsCOMPtr<nsISupports> mData; nsString mFilename; int mLineNumber; - nsCOMPtr<nsIException> mInner; bool mInitialized; bool mHoldingJSVal; |