Index: Source/core/xml/DOMParser.idl |
diff --git a/Source/core/xml/DOMParser.idl b/Source/core/xml/DOMParser.idl |
index ef9fbbaf4d6634c5b2619b7f937ebcc5bd8a9f74..52fed83cf00f5a16d83c4544b93c47d7377953ab 100644 |
--- a/Source/core/xml/DOMParser.idl |
+++ b/Source/core/xml/DOMParser.idl |
@@ -29,7 +29,8 @@ enum SupportedType { |
[ |
WillBeGarbageCollected, |
- Constructor |
+ Constructor, |
+ ConstructorCallWith=Document, |
] interface DOMParser { |
Document parseFromString(DOMString str, SupportedType type); |
}; |