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