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..71e0fbfc81fe708420f484c4b2022475f51bd1ce 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::ToCoreFrame(*frame) : nullptr; |
} |
} // namespace |