Index: Source/core/xml/DOMParser.idl |
diff --git a/Source/core/xml/DOMParser.idl b/Source/core/xml/DOMParser.idl |
index 347a7708ad430bf3f77ec10caba01b35c8ed0ae4..f81725542ee80db86b52675fae1b66a1b2028721 100644 |
--- a/Source/core/xml/DOMParser.idl |
+++ b/Source/core/xml/DOMParser.idl |
@@ -32,5 +32,5 @@ enum SupportedType { |
ConstructorCallWith=Document, |
GarbageCollected, |
] interface DOMParser { |
- Document parseFromString(DOMString str, SupportedType type); |
+ [NewObject] Document parseFromString(DOMString str, SupportedType type); |
}; |