Index: public/web/WebFrameClient.h |
diff --git a/public/web/WebFrameClient.h b/public/web/WebFrameClient.h |
index 55cd88caae7ff0ff791c331063876afa0afaa20e..116ddf4818a12a7291c48c784dd2bb43aa8f5dec 100644 |
--- a/public/web/WebFrameClient.h |
+++ b/public/web/WebFrameClient.h |
@@ -266,6 +266,9 @@ public: |
// body is known. |
virtual void didCommitProvisionalLoad(WebLocalFrame*, const WebHistoryItem&, WebHistoryCommitType) { } |
+ // The frame's document has just been initialized. |
+ virtual void didCreateNewDocument(WebLocalFrame* frame) { } |
+ |
// 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. |