Index: Source/core/dom/DOMException.idl |
diff --git a/Source/core/dom/DOMException.idl b/Source/core/dom/DOMException.idl |
index 68d04bf4782dbfae42c10cde18ea9e8fb62ae9f4..44423509cbc56e1775062c59a2cc697bab160f14 100644 |
--- a/Source/core/dom/DOMException.idl |
+++ b/Source/core/dom/DOMException.idl |
@@ -27,7 +27,8 @@ |
*/ |
[ |
- DoNotCheckConstants |
+ DoNotCheckConstants, |
+ WillBeGarbageCollected, |
] exception DOMException { |
readonly attribute unsigned short code; |