| Index: Source/core/frame/Frame.h
|
| diff --git a/Source/core/frame/Frame.h b/Source/core/frame/Frame.h
|
| index 645105ce984b022888e3463a1814186f8fa5eaa0..7f55ddc236ffe54ea21fd7666cdf9dad79f94dc6 100644
|
| --- a/Source/core/frame/Frame.h
|
| +++ b/Source/core/frame/Frame.h
|
| @@ -102,8 +102,6 @@ public:
|
| // method.
|
| bool isRemoteFrameTemporary() const { return m_remotePlatformLayer; }
|
|
|
| - virtual bool checkLoadComplete() = 0;
|
| -
|
| // isLoading() is true when the embedder should think a load is in progress.
|
| // In the case of LocalFrames, it means that the frame has sent a didStartLoading()
|
| // callback, but not the matching didStopLoading(). Inside blink, you probably
|
|
|