Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(384)

Unified Diff: Source/core/xml/DOMParser.idl

Issue 919473004: Make DOMParser create documents with a context document set (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: added test Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/xml/DOMParser.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « Source/core/xml/DOMParser.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698