| Index: Source/core/loader/NavigationScheduler.h
|
| diff --git a/Source/core/loader/NavigationScheduler.h b/Source/core/loader/NavigationScheduler.h
|
| index 18745a82450ae4dac83870500e248673218dff98..f40166e46f951cbd09aabf4cf84ca9712308b329 100644
|
| --- a/Source/core/loader/NavigationScheduler.h
|
| +++ b/Source/core/loader/NavigationScheduler.h
|
| @@ -77,7 +77,8 @@ public:
|
| bool locationChangePending();
|
|
|
| void scheduleRedirect(double delay, const String& url);
|
| - void scheduleLocationChange(Document*, const String& url, const Referrer& referrer, bool lockBackForwardList = true);
|
| + void scheduleLocationChange(Document*, const String& url, const Referrer&, bool lockBackForwardList = true);
|
| + void schedulePageBlock(Document*, const Referrer&);
|
| void scheduleFormSubmission(PassRefPtr<FormSubmission>);
|
| void scheduleRefresh();
|
| void scheduleHistoryNavigation(int steps);
|
|
|