aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/DOMException.webidl
diff options
context:
space:
mode:
authorPatrick Shaughnessy <pshaughn@comcast.net>2019-12-12 16:18:21 -0500
committerPatrick Shaughnessy <pshaughn@comcast.net>2019-12-12 20:20:31 -0500
commit981d13dcfc9176e7e5042450b2c5475a2b9e7c77 (patch)
tree822acc46c4004fa600b485b5c484571f2f37cfab /components/script/dom/webidls/DOMException.webidl
parenta5c368fd0115527aaaa555641d292be43258a6ef (diff)
downloadservo-981d13dcfc9176e7e5042450b2c5475a2b9e7c77.tar.gz
servo-981d13dcfc9176e7e5042450b2c5475a2b9e7c77.zip
Stringifier is sno longer exposed
Diffstat (limited to 'components/script/dom/webidls/DOMException.webidl')
-rw-r--r--components/script/dom/webidls/DOMException.webidl2
1 files changed, 0 insertions, 2 deletions
diff --git a/components/script/dom/webidls/DOMException.webidl b/components/script/dom/webidls/DOMException.webidl
index 8475238cb9b..d61d30151fa 100644
--- a/components/script/dom/webidls/DOMException.webidl
+++ b/components/script/dom/webidls/DOMException.webidl
@@ -47,6 +47,4 @@ interface DOMException {
// A custom message set by the thrower.
readonly attribute DOMString message;
-
- stringifier;
};