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

Unified Diff: Source/core/dom/StyleElement.cpp

Issue 947393002: InlinedVisitor: Migrate dom to use inlined tracing (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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/dom/StyleElement.cpp
diff --git a/Source/core/dom/StyleElement.cpp b/Source/core/dom/StyleElement.cpp
index 4ef4c8dfea79b141dd1ca592272582ec79081873..6a39476395d310129cf768431827f0e06e18a0be 100644
--- a/Source/core/dom/StyleElement.cpp
+++ b/Source/core/dom/StyleElement.cpp
@@ -224,7 +224,7 @@ void StyleElement::startLoadingDynamicSheet(Document& document)
document.styleEngine()->addPendingSheet();
}
-void StyleElement::trace(Visitor* visitor)
+DEFINE_TRACE(StyleElement)
{
visitor->trace(m_sheet);
}

Powered by Google App Engine
This is Rietveld 408576698