| Index: Source/core/frame/Frame.h
|
| diff --git a/Source/core/frame/Frame.h b/Source/core/frame/Frame.h
|
| index 8e587c593a3d47ee74572fb477c064f8f936c0a1..7cc8030c7d46ef82ef8e68dcf0e9321590dbe4b4 100644
|
| --- a/Source/core/frame/Frame.h
|
| +++ b/Source/core/frame/Frame.h
|
| @@ -108,8 +108,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
|
|
|