| Index: third_party/WebKit/Source/core/loader/FrameLoader.h
|
| diff --git a/third_party/WebKit/Source/core/loader/FrameLoader.h b/third_party/WebKit/Source/core/loader/FrameLoader.h
|
| index 7d7a0f3a4f6a60d46f78b232587f57d254ec443f..12f803763588a7bbd4abfd46da55d7d9ef8ad754 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameLoader.h
|
| +++ b/third_party/WebKit/Source/core/loader/FrameLoader.h
|
| @@ -159,7 +159,7 @@ class CORE_EXPORT FrameLoader final {
|
| void Detach();
|
|
|
| void FinishedParsing();
|
| - void CheckCompleted();
|
| + void DidFinishNavigation();
|
|
|
| // This prepares the FrameLoader for the next commit. It will dispatch unload
|
| // events, abort XHR requests and detach the document. Returns true if the
|
|
|