| Index: third_party/WebKit/Source/core/css/StyleMedia.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/StyleMedia.cpp b/third_party/WebKit/Source/core/css/StyleMedia.cpp
|
| index c666546fd85c6cab99c62748aee18b007e7193f8..65213feec22c5d23a4c033d3e55cd7fac14e7e6d 100644
|
| --- a/third_party/WebKit/Source/core/css/StyleMedia.cpp
|
| +++ b/third_party/WebKit/Source/core/css/StyleMedia.cpp
|
| @@ -33,7 +33,7 @@
|
|
|
| namespace blink {
|
|
|
| -StyleMedia::StyleMedia(LocalFrame* frame) : DOMWindowProperty(frame) {}
|
| +StyleMedia::StyleMedia(LocalFrame* frame) : ContextClient(frame) {}
|
|
|
| AtomicString StyleMedia::type() const {
|
| FrameView* view = frame() ? frame()->view() : nullptr;
|
| @@ -62,7 +62,7 @@ bool StyleMedia::matchMedium(const String& query) const {
|
| }
|
|
|
| DEFINE_TRACE(StyleMedia) {
|
| - DOMWindowProperty::trace(visitor);
|
| + ContextClient::trace(visitor);
|
| }
|
|
|
| } // namespace blink
|
|
|