Index: Source/core/css/MediaQuery.cpp |
diff --git a/Source/core/css/MediaQuery.cpp b/Source/core/css/MediaQuery.cpp |
index bc62bfe4cdf396adce091ac1c13f0cb794dbf18c..8e3ef2e04ffeb464c359a235c17eac90d4f85806 100644 |
--- a/Source/core/css/MediaQuery.cpp |
+++ b/Source/core/css/MediaQuery.cpp |
@@ -135,7 +135,7 @@ String MediaQuery::cssText() const |
DEFINE_TRACE(MediaQuery) |
{ |
- // We don't support tracing of vectors of OwnPtrs (ie. OwnPtr<Vector<OwnPtr<MediaQuery> > >). |
+ // We don't support tracing of vectors of OwnPtrs (ie. OwnPtr<Vector<OwnPtr<MediaQuery>>>). |
// Since this is a transitional object we are just ifdef'ing it out when oilpan is not enabled. |
#if ENABLE(OILPAN) |
visitor->trace(m_expressions); |