| Index: Source/core/loader/EmptyClients.h
|
| diff --git a/Source/core/loader/EmptyClients.h b/Source/core/loader/EmptyClients.h
|
| index 9e7a7f25a3b40564c0c7b1eb9deebfea11596675..1356d17656eb11846ca2d4b12c6872bb805cb5b7 100644
|
| --- a/Source/core/loader/EmptyClients.h
|
| +++ b/Source/core/loader/EmptyClients.h
|
| @@ -212,9 +212,9 @@
|
| virtual void dispatchWillSendSubmitEvent(HTMLFormElement*) OVERRIDE;
|
| virtual void dispatchWillSubmitForm(HTMLFormElement*) OVERRIDE;
|
|
|
| - virtual void postProgressStartedNotification(LoadStartType) OVERRIDE { }
|
| - virtual void postProgressEstimateChangedNotification() OVERRIDE { }
|
| - virtual void postProgressFinishedNotification() OVERRIDE { }
|
| + virtual void didStartLoading(LoadStartType) OVERRIDE { }
|
| + virtual void progressEstimateChanged(double) OVERRIDE { }
|
| + virtual void didStopLoading() OVERRIDE { }
|
|
|
| virtual void loadURLExternally(const ResourceRequest&, NavigationPolicy, const String& = String()) OVERRIDE { }
|
|
|
|
|