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 12f803763588a7bbd4abfd46da55d7d9ef8ad754..7d7a0f3a4f6a60d46f78b232587f57d254ec443f 100644 |
--- a/third_party/WebKit/Source/core/loader/FrameLoader.h |
+++ b/third_party/WebKit/Source/core/loader/FrameLoader.h |
@@ -159,7 +159,7 @@ |
void Detach(); |
void FinishedParsing(); |
- void DidFinishNavigation(); |
+ void CheckCompleted(); |
// This prepares the FrameLoader for the next commit. It will dispatch unload |
// events, abort XHR requests and detach the document. Returns true if the |