Chromium Code Reviews

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

Issue 698923002: Enable Oilpan for core/xml/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Non-Oilpan fixes Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « Source/core/xml/DOMParser.h ('k') | Source/core/xml/DocumentXPathEvaluator.h » ('j') | 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 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,
« no previous file with comments | « Source/core/xml/DOMParser.h ('k') | Source/core/xml/DocumentXPathEvaluator.h » ('j') | no next file with comments »

Powered by Google App Engine