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

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

Issue 1099613003: Oilpan: have xml/ objects on the heap by default. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 8 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
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);
};

Powered by Google App Engine
This is Rietveld 408576698