| Index: third_party/WebKit/Source/web/LocalFrameClientImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/LocalFrameClientImpl.cpp b/third_party/WebKit/Source/web/LocalFrameClientImpl.cpp
|
| index 7112694b7e567bc354b680fe3e56316c0e648018..6efe7fc806d6a5e78871a2e9f7ba8fbe975856cd 100644
|
| --- a/third_party/WebKit/Source/web/LocalFrameClientImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/LocalFrameClientImpl.cpp
|
| @@ -121,7 +121,7 @@ namespace {
|
| // TODO(dcheng): Remove duplication between LocalFrameClientImpl and
|
| // RemoteFrameClientImpl somehow...
|
| Frame* ToCoreFrame(WebFrame* frame) {
|
| - return frame ? frame->ToImplBase()->GetFrame() : nullptr;
|
| + return frame ? WebFrame::CoreFrame(frame) : nullptr;
|
| }
|
|
|
| } // namespace
|
|
|