| Index: third_party/WebKit/Source/core/html/HTMLLinkElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLLinkElement.cpp b/third_party/WebKit/Source/core/html/HTMLLinkElement.cpp
|
| index eba8125c3c599b64990771d178a5689e7d0130ca..4427d8339ef9e42ec4953fecb3e658063ba1102b 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLLinkElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLLinkElement.cpp
|
| @@ -663,8 +663,7 @@ void LinkStyle::process()
|
|
|
| bool mediaQueryMatches = true;
|
| LocalFrame* frame = loadingFrame();
|
| - if (!m_owner->media().isEmpty() && frame && frame->document()) {
|
| - RefPtr<ComputedStyle> documentStyle = StyleResolver::styleForDocument(*frame->document());
|
| + if (!m_owner->media().isEmpty() && frame) {
|
| MediaQuerySet* media = MediaQuerySet::create(m_owner->media());
|
| MediaQueryEvaluator evaluator(frame);
|
| mediaQueryMatches = evaluator.eval(media);
|
|
|