Index: Source/core/dom/DOMException.idl |
diff --git a/Source/core/dom/DOMException.idl b/Source/core/dom/DOMException.idl |
index d4fcf44a157e07d1c938e53879f94c32c38569f8..c4e8919514c95ac4c9c2a4e0bb0602ae960a03d5 100644 |
--- a/Source/core/dom/DOMException.idl |
+++ b/Source/core/dom/DOMException.idl |
@@ -29,7 +29,7 @@ |
[ |
Exposed=(Window,Worker), |
DoNotCheckConstants, |
- WillBeGarbageCollected, |
+ GarbageCollected, |
] exception DOMException { |
readonly attribute unsigned short code; |