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

Unified Diff: Source/core/xml/XMLSerializer.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/XMLSerializer.idl
diff --git a/Source/core/xml/XMLSerializer.idl b/Source/core/xml/XMLSerializer.idl
index 2a1d78227cb0a8e0d07d090f779d8df0116ebbdc..a5a55bd30988325107ce69fa27806c2e28111f20 100644
--- a/Source/core/xml/XMLSerializer.idl
+++ b/Source/core/xml/XMLSerializer.idl
@@ -20,8 +20,8 @@
[
Constructor,
+ GarbageCollected,
TypeChecking=Interface,
- WillBeGarbageCollected,
] interface XMLSerializer {
DOMString serializeToString(Node root);
};

Powered by Google App Engine
This is Rietveld 408576698