Chromium Code Reviews| Index: Source/core/xml/DOMParser.idl |
| diff --git a/Source/core/xml/DOMParser.idl b/Source/core/xml/DOMParser.idl |
| index 52fed83cf00f5a16d83c4544b93c47d7377953ab..347a7708ad430bf3f77ec10caba01b35c8ed0ae4 100644 |
| --- a/Source/core/xml/DOMParser.idl |
| +++ b/Source/core/xml/DOMParser.idl |
| @@ -28,9 +28,9 @@ enum SupportedType { |
| }; |
| [ |
| - WillBeGarbageCollected, |
| Constructor, |
| ConstructorCallWith=Document, |
| + GarbageCollected, |
| ] interface DOMParser { |
| Document parseFromString(DOMString str, SupportedType type); |
| }; |