| Index: Source/web/FrameLoaderClientImpl.h
|
| diff --git a/Source/web/FrameLoaderClientImpl.h b/Source/web/FrameLoaderClientImpl.h
|
| index ecd439fd9252fedde7a75f313be601d0742d5363..4b68a5ce5b1471543f72894f682fb2c901537b90 100644
|
| --- a/Source/web/FrameLoaderClientImpl.h
|
| +++ b/Source/web/FrameLoaderClientImpl.h
|
| @@ -52,6 +52,7 @@ public:
|
|
|
| // FrameLoaderClient ----------------------------------------------
|
|
|
| + virtual void didCreateNewDocument() override;
|
| // Notifies the WebView delegate that the JS window object has been cleared,
|
| // giving it a chance to bind native objects to the window before script
|
| // parsing begins.
|
|
|