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