| Index: third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| index 1873df9a2762d0c3b0219a5aaa3451a62ec6b4ba..b6146083bde79d907686e9d92451e1d09a579b8b 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| @@ -1819,7 +1819,7 @@ WebLocalFrameImpl* WebLocalFrameImpl::FromFrame(LocalFrame& frame) {
|
| LocalFrameClient* client = frame.Loader().Client();
|
| if (!client || !client->IsLocalFrameClientImpl())
|
| return nullptr;
|
| - return ToLocalFrameClientImpl(client)->GetWebFrame();
|
| + return ToWebLocalFrameImpl(ToLocalFrameClientImpl(client)->GetWebFrame());
|
| }
|
|
|
| WebLocalFrameImpl* WebLocalFrameImpl::FromFrameOwnerElement(Element* element) {
|
|
|