| Index: public/web/WebFrameClient.h
|
| diff --git a/public/web/WebFrameClient.h b/public/web/WebFrameClient.h
|
| index 8cd3149246537b66696b76b07c3aa15b9e69edd1..1d7ac5a0ad34e77ef9d19f3c9dcf450b85519a5c 100644
|
| --- a/public/web/WebFrameClient.h
|
| +++ b/public/web/WebFrameClient.h
|
| @@ -293,6 +293,8 @@ public:
|
| virtual void didChangeIcon(WebLocalFrame*, WebIconURL::Type) { }
|
|
|
| // The frame's document finished loading.
|
| + virtual void didFinishDocumentLoad(WebLocalFrame* frame, bool empty) { didFinishDocumentLoad(frame); }
|
| + // DEPRECATED
|
| virtual void didFinishDocumentLoad(WebLocalFrame*) { }
|
|
|
| // The 'load' event was dispatched.
|
|
|