| Index: Source/web/WebLocalFrameImpl.h
|
| diff --git a/Source/web/WebLocalFrameImpl.h b/Source/web/WebLocalFrameImpl.h
|
| index 7eea56bb7d9fb5d0a9d7cea78aa289e4bba767a2..61ad6e0a5532b3c4d6ff0131400b5e728c459955 100644
|
| --- a/Source/web/WebLocalFrameImpl.h
|
| +++ b/Source/web/WebLocalFrameImpl.h
|
| @@ -141,6 +141,7 @@ public:
|
| bool replace) OVERRIDE;
|
| virtual void sendPings(const WebNode& linkNode, const WebURL& destinationURL) OVERRIDE;
|
| virtual bool isLoading() const OVERRIDE;
|
| + virtual bool isResourceLoadInProgress() const OVERRIDE;
|
| virtual void stopLoading() OVERRIDE;
|
| virtual WebDataSource* provisionalDataSource() const OVERRIDE;
|
| virtual WebDataSource* dataSource() const OVERRIDE;
|
|
|