| Index: Source/core/frame/DOMWindow.cpp
|
| diff --git a/Source/core/frame/DOMWindow.cpp b/Source/core/frame/DOMWindow.cpp
|
| index 3e07171056d7cfdd7ae552401ba8309a311e3af5..69c3749f49cccdf81a54651065ed2963ee03b2b8 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)
|
|
|