| Index: third_party/WebKit/Source/core/frame/RemoteFrameView.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/RemoteFrameView.cpp b/third_party/WebKit/Source/core/frame/RemoteFrameView.cpp
|
| index b2bc577dee70f3ddae7748c33a02e5a006dee058..d4dc05f1df4f18f4e55d2809f2bb9b3aa10a3558 100644
|
| --- a/third_party/WebKit/Source/core/frame/RemoteFrameView.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/RemoteFrameView.cpp
|
| @@ -47,7 +47,7 @@ void RemoteFrameView::UpdateRemoteViewportIntersection() {
|
| return;
|
|
|
| FrameView* local_root_view =
|
| - ToLocalFrame(remote_frame_->Tree().Parent())->LocalFrameRoot()->View();
|
| + ToLocalFrame(remote_frame_->Tree().Parent())->LocalFrameRoot().View();
|
| if (!local_root_view)
|
| return;
|
|
|
|
|