| Index: public/web/WebFrame.h
|
| diff --git a/public/web/WebFrame.h b/public/web/WebFrame.h
|
| index 46d62129998e23acd9fde95d95af9b3ff4ee87d3..3280871bf9b111896b0b2aaf2232861df3f6bcdd 100644
|
| --- a/public/web/WebFrame.h
|
| +++ b/public/web/WebFrame.h
|
| @@ -371,9 +371,6 @@ public:
|
| const WebURL& unreachableURL = WebURL(),
|
| bool replace = false) = 0;
|
|
|
| - // Returns true if the current frame is busy loading content.
|
| - virtual bool isLoading() const = 0;
|
| -
|
| // Stops any pending loads on the frame and its children.
|
| virtual void stopLoading() = 0;
|
|
|
|
|