| Index: Source/core/frame/DOMWindow.cpp
|
| diff --git a/Source/core/frame/DOMWindow.cpp b/Source/core/frame/DOMWindow.cpp
|
| index a9c7d4dbf82096893986cf498a685d28b312a72e..75a269dded11f2778871745f9f5dfb18ea7c0207 100644
|
| --- a/Source/core/frame/DOMWindow.cpp
|
| +++ b/Source/core/frame/DOMWindow.cpp
|
| @@ -1291,7 +1291,7 @@ StyleMedia& DOMWindow::styleMedia() const
|
| return *m_media;
|
| }
|
|
|
| -PassRefPtr<CSSStyleDeclaration> DOMWindow::getComputedStyle(Element* elt, const String& pseudoElt) const
|
| +PassRefPtrWillBeRawPtr<CSSStyleDeclaration> DOMWindow::getComputedStyle(Element* elt, const String& pseudoElt) const
|
| {
|
| if (!elt)
|
| return nullptr;
|
|
|