| Index: third_party/WebKit/Source/core/dom/ElementVisibilityObserverTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/ElementVisibilityObserverTest.cpp b/third_party/WebKit/Source/core/dom/ElementVisibilityObserverTest.cpp
|
| index efff024f94f6d835cb4bc29f4cbd64b1c50855ad..0d6445377685c8d4d511bb080ea0fbf2d3459235 100644
|
| --- a/third_party/WebKit/Source/core/dom/ElementVisibilityObserverTest.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/ElementVisibilityObserverTest.cpp
|
| @@ -17,7 +17,7 @@ namespace blink {
|
|
|
| namespace {
|
|
|
| -// Stub implementation of FrameLoaderClient for the purpose of testing. It will
|
| +// Stub implementation of LocalFrameClient for the purpose of testing. It will
|
| // alow callers to set the parent/top frames by calling |setParent|. It is used
|
| // in ElementVisibilityObserverTest in order to mock a RemoteFrame parent of a
|
| // LocalFrame.
|
|
|