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

Unified Diff: Source/core/xml/XPathEvaluator.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: add XPathNSResolver binding test 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/XPathEvaluator.idl
diff --git a/Source/core/xml/XPathEvaluator.idl b/Source/core/xml/XPathEvaluator.idl
index 7679fb2613324a8bc74a362891e18b1f32b8f337..3e92523ed2b38a4e6f3af39d5fa707928dc6609b 100644
--- a/Source/core/xml/XPathEvaluator.idl
+++ b/Source/core/xml/XPathEvaluator.idl
@@ -18,8 +18,8 @@
*/
[
- WillBeGarbageCollected,
Constructor,
+ GarbageCollected,
TypeChecking=Interface,
] interface XPathEvaluator {
[RaisesException] XPathExpression createExpression(DOMString expression, optional XPathNSResolver? resolver = null);

Powered by Google App Engine
This is Rietveld 408576698