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. |