Index: Source/core/frame/DOMWindow.cpp |
diff --git a/Source/core/frame/DOMWindow.cpp b/Source/core/frame/DOMWindow.cpp |
index d988e65fa04692f69406f2ccadbecffe3ffbd98a..f301a446854c952d9e5d615c8fa947f8bcde5072 100644 |
--- a/Source/core/frame/DOMWindow.cpp |
+++ b/Source/core/frame/DOMWindow.cpp |
@@ -1278,7 +1278,7 @@ PassRefPtr<CSSStyleDeclaration> DOMWindow::getComputedStyle(Element* elt, const |
return CSSComputedStyleDeclaration::create(elt, false, pseudoElt); |
} |
-PassRefPtr<CSSRuleList> DOMWindow::getMatchedCSSRules(Element* element, const String& pseudoElement) const |
+PassRefPtrWillBeRawPtr<CSSRuleList> DOMWindow::getMatchedCSSRules(Element* element, const String& pseudoElement) const |
{ |
UseCounter::count(document(), UseCounter::GetMatchedCSSRules); |
if (!element) |