| Index: public/web/WebFrameClient.h
|
| diff --git a/public/web/WebFrameClient.h b/public/web/WebFrameClient.h
|
| index d7e9b8e882e8c72d9f77455771263423df4a21f4..2a06a4f73b1ac544c6a4328dd4e013b93b67db5d 100644
|
| --- a/public/web/WebFrameClient.h
|
| +++ b/public/web/WebFrameClient.h
|
| @@ -226,6 +226,9 @@ public:
|
| // The window object for the frame has been cleared of any extra
|
| // properties that may have been set by script from the previously
|
| // loaded document.
|
| + virtual void didClearWindowObject(WebLocalFrame* frame) { didClearWindowObject(frame, 0); }
|
| +
|
| + // Deprecated.
|
| virtual void didClearWindowObject(WebLocalFrame* frame, int worldId) { }
|
|
|
| // The document element has been created.
|
|
|