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