diff options
author | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2017-05-06 00:29:57 +0200 |
---|---|---|
committer | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2017-05-06 00:29:57 +0200 |
commit | 9d33b39bb8cdaf87cf19284665115b0983fbddfe (patch) | |
tree | 7051750dddf0d9b2e5c4d417b41f42c735055862 /dom/webidl | |
parent | 7b423dc176b3488961b02c185dde8864ce25d3c3 (diff) | |
download | palemoon-gre-9d33b39bb8cdaf87cf19284665115b0983fbddfe.tar.gz |
window.onerror catches JSON.parse error in Promise fulfillment
Diffstat (limited to 'dom/webidl')
-rw-r--r-- | dom/webidl/DOMException.webidl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dom/webidl/DOMException.webidl b/dom/webidl/DOMException.webidl index 95a6250d8..f83f05c69 100644 --- a/dom/webidl/DOMException.webidl +++ b/dom/webidl/DOMException.webidl @@ -52,8 +52,6 @@ interface ExceptionMembers // this was only ever usefully available to chrome JS. [ChromeOnly] readonly attribute StackFrame? location; - // An inner exception that triggered this, if available. - readonly attribute nsISupports? inner; // Arbitary data for the implementation. readonly attribute nsISupports? data; |