Index: third_party/WebKit/Source/web/RemoteFrameClientImpl.cpp |
diff --git a/third_party/WebKit/Source/web/RemoteFrameClientImpl.cpp b/third_party/WebKit/Source/web/RemoteFrameClientImpl.cpp |
index 5f348db4eeb22d63d657b86956aaf87669eb7082..85357a68e37a0d4cbc6603f43a259e870a180d92 100644 |
--- a/third_party/WebKit/Source/web/RemoteFrameClientImpl.cpp |
+++ b/third_party/WebKit/Source/web/RemoteFrameClientImpl.cpp |
@@ -33,7 +33,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 |