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

Unified Diff: Source/core/css/MediaQuery.cpp

Issue 953693002: InlinedVisitor: Migrate css 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/css/MediaQuery.cpp
diff --git a/Source/core/css/MediaQuery.cpp b/Source/core/css/MediaQuery.cpp
index 14160589d4ae675382ec5d7803e01a18f394a148..bc62bfe4cdf396adce091ac1c13f0cb794dbf18c 100644
--- a/Source/core/css/MediaQuery.cpp
+++ b/Source/core/css/MediaQuery.cpp
@@ -133,7 +133,7 @@ String MediaQuery::cssText() const
return m_serializationCache;
}
-void MediaQuery::trace(Visitor* visitor)
+DEFINE_TRACE(MediaQuery)
{
// We don't support tracing of vectors of OwnPtrs (ie. OwnPtr<Vector<OwnPtr<MediaQuery> > >).
haraken 2015/02/24 09:08:52 Remove the comment.
// Since this is a transitional object we are just ifdef'ing it out when oilpan is not enabled.

Powered by Google App Engine
This is Rietveld 408576698