| Index: third_party/WebKit/public/web/WebLocalFrame.h
|
| diff --git a/third_party/WebKit/public/web/WebLocalFrame.h b/third_party/WebKit/public/web/WebLocalFrame.h
|
| index 12a08e860ef750725088d127d439aec735eedea6..7fa3e600a9470d6bd2ba1c49f871be915d34eafa 100644
|
| --- a/third_party/WebKit/public/web/WebLocalFrame.h
|
| +++ b/third_party/WebKit/public/web/WebLocalFrame.h
|
| @@ -132,10 +132,6 @@ class WebLocalFrame : public WebFrame {
|
| // Returns true if the current frame's load event has not completed.
|
| virtual bool isLoading() const = 0;
|
|
|
| - // Returns true if the current frame is detaching/detached. crbug.com/654654
|
| - virtual bool isFrameDetachedForSpecialOneOffStopTheCrashingHackBug561873()
|
| - const = 0;
|
| -
|
| // Returns true if there is a pending redirect or location change
|
| // within specified interval (in seconds). This could be caused by:
|
| // * an HTTP Refresh header
|
|
|