summaryrefslogtreecommitdiff
path: root/dom/webidl
diff options
context:
space:
mode:
authorjanekptacijarabaci <janekptacijarabaci@seznam.cz>2017-05-06 00:29:57 +0200
committerjanekptacijarabaci <janekptacijarabaci@seznam.cz>2017-05-06 00:29:57 +0200
commit9d33b39bb8cdaf87cf19284665115b0983fbddfe (patch)
tree7051750dddf0d9b2e5c4d417b41f42c735055862 /dom/webidl
parent7b423dc176b3488961b02c185dde8864ce25d3c3 (diff)
downloadpalemoon-gre-9d33b39bb8cdaf87cf19284665115b0983fbddfe.tar.gz
window.onerror catches JSON.parse error in Promise fulfillment
Diffstat (limited to 'dom/webidl')
-rw-r--r--dom/webidl/DOMException.webidl2
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;