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

Unified Diff: third_party/WebKit/Source/core/css/resolver/CSSVariableResolver.cpp

Issue 2685563002: Remove trace() methods for stack-only classes. (Closed)
Patch Set: Created 3 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: third_party/WebKit/Source/core/css/resolver/CSSVariableResolver.cpp
diff --git a/third_party/WebKit/Source/core/css/resolver/CSSVariableResolver.cpp b/third_party/WebKit/Source/core/css/resolver/CSSVariableResolver.cpp
index 8d7f8e442b4eb0dde7a265428dff85195f50c397..d78d2ba32ed309a5552ed55c9b25cdc91ef99c63 100644
--- a/third_party/WebKit/Source/core/css/resolver/CSSVariableResolver.cpp
+++ b/third_party/WebKit/Source/core/css/resolver/CSSVariableResolver.cpp
@@ -333,8 +333,4 @@ CSSVariableResolver::CSSVariableResolver(const StyleResolverState& state)
m_nonInheritedVariables(state.style()->nonInheritedVariables()),
m_registry(state.document().propertyRegistry()) {}
-DEFINE_TRACE(CSSVariableResolver) {
- visitor->trace(m_registry);
-}
-
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698