Index: Source/core/html/HTMLLinkElement.cpp |
diff --git a/Source/core/html/HTMLLinkElement.cpp b/Source/core/html/HTMLLinkElement.cpp |
index fbb7a1a97986d7c41135cd2e37e4d288f299d37b..e46d693f0f90f10ebcacd2a38fb89e52ec8fb39d 100644 |
--- a/Source/core/html/HTMLLinkElement.cpp |
+++ b/Source/core/html/HTMLLinkElement.cpp |
@@ -584,7 +584,7 @@ void LinkStyle::process() |
LocalFrame* 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()); |
} |