| Index: third_party/WebKit/Source/core/css/MediaQuery.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/MediaQuery.cpp b/third_party/WebKit/Source/core/css/MediaQuery.cpp
|
| index 2d304996e1530da976ad44426771c3989cc174b4..7ebe1b6536dd6d6ac0c5878d311748aa0cb09122 100644
|
| --- a/third_party/WebKit/Source/core/css/MediaQuery.cpp
|
| +++ b/third_party/WebKit/Source/core/css/MediaQuery.cpp
|
| @@ -131,8 +131,10 @@ String MediaQuery::cssText() const {
|
| }
|
|
|
| DEFINE_TRACE(MediaQuery) {
|
| - // We don't support tracing of vectors of OwnPtrs (ie. std::unique_ptr<Vector<std::unique_ptr<MediaQuery>>>).
|
| - // Since this is a transitional object we are just ifdef'ing it out when oilpan is not enabled.
|
| + // We don't support tracing of vectors of OwnPtrs (ie.
|
| + // std::unique_ptr<Vector<std::unique_ptr<MediaQuery>>>).
|
| + // Since this is a transitional object we are just ifdef'ing it out when
|
| + // oilpan is not enabled.
|
| visitor->trace(m_expressions);
|
| }
|
|
|
|
|