Chromium Code Reviews

Unified Diff: Source/core/xml/XSLTProcessor.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/XSLTProcessor.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/xml/XSLTProcessor.idl
diff --git a/Source/core/xml/XSLTProcessor.idl b/Source/core/xml/XSLTProcessor.idl
index f8d3b1d9f5027b759cd3734e5b7d08ab31f7fea6..6ba0638c3a60c0ec9375eb53a96b42dca0651ae8 100644
--- a/Source/core/xml/XSLTProcessor.idl
+++ b/Source/core/xml/XSLTProcessor.idl
@@ -31,7 +31,7 @@
// http://bugs.webkit.org/show_bug.cgi?id=5446
[
- WillBeGarbageCollected,
+ GarbageCollected,
Constructor,
ConstructorCallWith=Document,
RuntimeEnabled=XSLT,
« no previous file with comments | « Source/core/xml/XSLTProcessor.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine