| 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 ab45a4fd4c9b5b04746ba2da3f24ea5e1fb48295..cd73a589546f2581a3eb4bd34af968088ec8f5d0 100644
|
| --- a/third_party/WebKit/Source/web/RemoteFrameClientImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/RemoteFrameClientImpl.cpp
|
| @@ -30,7 +30,7 @@ namespace {
|
| // of null-checking boilerplate code. Since the frame tree is maintained in the
|
| // web/ layer, the frame tree helpers often have to deal with null WebFrames:
|
| // for example, a frame with no parent will return null for WebFrame::parent().
|
| -// TODO(dcheng): Remove duplication between FrameLoaderClientImpl and
|
| +// TODO(dcheng): Remove duplication between LocalFrameClientImpl and
|
| // RemoteFrameClientImpl somehow...
|
| Frame* toCoreFrame(WebFrame* frame) {
|
| return frame ? frame->toImplBase()->frame() : nullptr;
|
|
|