aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/DOMException.webidl
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2015-09-16 07:10:48 +0530
committerManish Goregaokar <manishsmail@gmail.com>2015-09-24 11:58:28 +0530
commit982e55ac1c157aa0484a34d8cb33c12b7bb7eef3 (patch)
treeee7f90cb3dd0306336b030b4a7fd693c60e79501 /components/script/dom/webidls/DOMException.webidl
parentb677f0f4ae718c9c6953134bbed27656a6aeb48d (diff)
downloadservo-982e55ac1c157aa0484a34d8cb33c12b7bb7eef3.tar.gz
servo-982e55ac1c157aa0484a34d8cb33c12b7bb7eef3.zip
Add better stringifier for DOMException
Diffstat (limited to 'components/script/dom/webidls/DOMException.webidl')
-rw-r--r--components/script/dom/webidls/DOMException.webidl2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/script/dom/webidls/DOMException.webidl b/components/script/dom/webidls/DOMException.webidl
index 7c09054598c..0dfb7149e93 100644
--- a/components/script/dom/webidls/DOMException.webidl
+++ b/components/script/dom/webidls/DOMException.webidl
@@ -44,4 +44,6 @@ interface DOMException {
// A custom message set by the thrower.
readonly attribute DOMString message;
+
+ stringifier;
};