| Index: third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| index 17d5bfca92cec8dc6ee75cd7f9bddaab3d36a6ef..d319f332bb2fc1981333743170dbbf28d254df08 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| @@ -1995,9 +1995,9 @@ bool WebLocalFrameImpl::isResourceLoadInProgress() const
|
| return frame()->document()->fetcher()->requestCount();
|
| }
|
|
|
| -bool WebLocalFrameImpl::isNavigationScheduled() const
|
| +bool WebLocalFrameImpl::isNavigationScheduledWithin(double intervalInSeconds) const
|
| {
|
| - return frame() && frame()->navigationScheduler().isNavigationScheduled();
|
| + return frame() && frame()->navigationScheduler().isNavigationScheduledWithin(intervalInSeconds);
|
| }
|
|
|
| void WebLocalFrameImpl::setCommittedFirstRealLoad()
|
|
|