Index: Source/core/html/HTMLLinkElement.cpp |
diff --git a/Source/core/html/HTMLLinkElement.cpp b/Source/core/html/HTMLLinkElement.cpp |
index 30a6e092e83cdd060508dd6a8772e75d834e0a6a..7bbc858362011256338bf77796526d83912b1a1a 100644 |
--- a/Source/core/html/HTMLLinkElement.cpp |
+++ b/Source/core/html/HTMLLinkElement.cpp |
@@ -584,7 +584,7 @@ void LinkStyle::process() |
Frame* frame = loadingFrame(); |
if (Document* document = loadingFrame()->document()) { |
RefPtr<RenderStyle> documentStyle = StyleResolver::styleForDocument(*document); |
- RefPtr<MediaQuerySet> media = MediaQuerySet::create(m_owner->media()); |
+ RefPtrWillBeRawPtr<MediaQuerySet> media = MediaQuerySet::create(m_owner->media()); |
MediaQueryEvaluator evaluator(frame->view()->mediaType(), frame, documentStyle.get()); |
mediaQueryMatches = evaluator.eval(media.get()); |
} |