Chromium Code Reviews| Index: Source/core/xml/DOMParser.idl |
| diff --git a/Source/core/xml/DOMParser.idl b/Source/core/xml/DOMParser.idl |
| index aa390c5cbae0c0b0e631e0edbafbb579a96ecdee..39403156b3e01f2203ce7d5c15ee5673758ccd29 100644 |
| --- a/Source/core/xml/DOMParser.idl |
| +++ b/Source/core/xml/DOMParser.idl |
| @@ -18,7 +18,7 @@ |
| */ |
| [ |
| - WillBeGarbageCollected, |
| + GarbageCollected, |
| Constructor |
| ] interface DOMParser { |
| [RaisesException] Document parseFromString([Default=Undefined] optional DOMString str, |