| Index: Source/core/css/StyleMedia.cpp
|
| diff --git a/Source/core/css/StyleMedia.cpp b/Source/core/css/StyleMedia.cpp
|
| index c8a6408ff7cb0fe4c4883ed43e57febd0899a84f..d7db4b2a73f802b737ee3c83cd5b63003a96ab07 100644
|
| --- a/Source/core/css/StyleMedia.cpp
|
| +++ b/Source/core/css/StyleMedia.cpp
|
| @@ -67,7 +67,7 @@ bool StyleMedia::matchMedium(const String& query) const
|
| return screenEval.eval(media.get());
|
| }
|
|
|
| -void StyleMedia::trace(Visitor* visitor)
|
| +DEFINE_TRACE(StyleMedia)
|
| {
|
| DOMWindowProperty::trace(visitor);
|
| }
|
|
|