Index: core/dom/DOMException.idl |
diff --git a/core/dom/DOMException.idl b/core/dom/DOMException.idl |
index 44423509cbc56e1775062c59a2cc697bab160f14..c4e8919514c95ac4c9c2a4e0bb0602ae960a03d5 100644 |
--- a/core/dom/DOMException.idl |
+++ b/core/dom/DOMException.idl |
@@ -27,8 +27,9 @@ |
*/ |
[ |
+ Exposed=(Window,Worker), |
DoNotCheckConstants, |
- WillBeGarbageCollected, |
+ GarbageCollected, |
] exception DOMException { |
readonly attribute unsigned short code; |