| Index: Source/web/WebRemoteFrameImpl.h
|
| diff --git a/Source/web/WebRemoteFrameImpl.h b/Source/web/WebRemoteFrameImpl.h
|
| index e680d5a00677545ec235eec8b79c03ad12d65b4e..5aabad0e128929f2c71aad95cce348e5b8237cee 100644
|
| --- a/Source/web/WebRemoteFrameImpl.h
|
| +++ b/Source/web/WebRemoteFrameImpl.h
|
| @@ -86,7 +86,6 @@ public:
|
| virtual void loadHTMLString(
|
| const WebData& html, const WebURL& baseURL, const WebURL& unreachableURL,
|
| bool replace) OVERRIDE;
|
| - virtual bool isLoading() const OVERRIDE;
|
| virtual void stopLoading() OVERRIDE;
|
| virtual WebDataSource* provisionalDataSource() const OVERRIDE;
|
| virtual WebDataSource* dataSource() const OVERRIDE;
|
|
|