| Index: Source/core/loader/NavigationScheduler.h
|
| diff --git a/Source/core/loader/NavigationScheduler.h b/Source/core/loader/NavigationScheduler.h
|
| index 23de7a33d7772ae01cffc7377b29aadc481bbaa2..a5d0e78aef267fea9376e9e2e55ee6a55c18d401 100644
|
| --- a/Source/core/loader/NavigationScheduler.h
|
| +++ b/Source/core/loader/NavigationScheduler.h
|
| @@ -92,7 +92,7 @@ public:
|
| bool locationChangePending();
|
|
|
| void scheduleRedirect(double delay, const String& url);
|
| - void scheduleLocationChange(Document*, const String& url, bool lockBackForwardList = true);
|
| + void scheduleLocationChange(Document*, const String& url, bool replacesCurrentItem = true);
|
| void schedulePageBlock(Document*);
|
| void scheduleFormSubmission(Document*, PassRefPtrWillBeRawPtr<FormSubmission>);
|
| void scheduleReload();
|
| @@ -115,7 +115,7 @@ private:
|
| void timerFired(Timer<NavigationScheduler>*);
|
| void schedule(PassOwnPtrWillBeRawPtr<ScheduledNavigation>);
|
|
|
| - static bool mustLockBackForwardList(LocalFrame* targetFrame);
|
| + static bool mustReplaceCurrentItem(LocalFrame* targetFrame);
|
|
|
| RawPtrWillBeMember<LocalFrame> m_frame;
|
| Timer<NavigationScheduler> m_timer;
|
|
|