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

Unified Diff: Source/core/xml/XSLImportRule.cpp

Issue 463543002: Oilpan: Ensure that classes with virtual trace methods always have vtables for their left-most base… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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/XSLImportRule.cpp
diff --git a/Source/core/xml/XSLImportRule.cpp b/Source/core/xml/XSLImportRule.cpp
index e8d38a07c9c94dd9d3d429e9c6b773d507bd0749..9da64dd58e4c9af37704edea5cf003d5d01432c1 100644
--- a/Source/core/xml/XSLImportRule.cpp
+++ b/Source/core/xml/XSLImportRule.cpp
@@ -118,6 +118,7 @@ void XSLImportRule::trace(Visitor* visitor)
{
visitor->trace(m_parentStyleSheet);
visitor->trace(m_styleSheet);
+ StyleSheetResourceClient::trace(visitor);
}
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698