| 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 7ce2050e355fe8456f6a9dcdb8127325b486e8b8..bd69cb5d06ee74190032984a9e1039a9de01a646 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| @@ -2060,11 +2060,6 @@ bool WebLocalFrameImpl::isLoading() const {
|
| !frame()->document()->loadEventFinished();
|
| }
|
|
|
| -bool WebLocalFrameImpl::
|
| - isFrameDetachedForSpecialOneOffStopTheCrashingHackBug561873() const {
|
| - return !frame() || frame()->isDetaching();
|
| -}
|
| -
|
| bool WebLocalFrameImpl::isNavigationScheduledWithin(
|
| double intervalInSeconds) const {
|
| return frame() &&
|
|
|