| Index: third_party/WebKit/Source/core/loader/NavigationScheduler.h
|
| diff --git a/third_party/WebKit/Source/core/loader/NavigationScheduler.h b/third_party/WebKit/Source/core/loader/NavigationScheduler.h
|
| index 71a64fb78ac2cc4a15124a6d2a7d82f24a689373..01d0fddb158d52469c82dc3d87f456497e80482e 100644
|
| --- a/third_party/WebKit/Source/core/loader/NavigationScheduler.h
|
| +++ b/third_party/WebKit/Source/core/loader/NavigationScheduler.h
|
| @@ -61,7 +61,7 @@ public:
|
| ~NavigationScheduler();
|
|
|
| bool locationChangePending();
|
| - bool isNavigationScheduled() const;
|
| + bool isNavigationScheduledWithin(double intervalInSeconds) const;
|
|
|
| void scheduleRedirect(double delay, const String& url);
|
| void scheduleLocationChange(Document*, const String& url, bool replacesCurrentItem = true);
|
|
|