| Index: third_party/WebKit/Source/core/loader/DocumentLoader.cpp
|
| diff --git a/third_party/WebKit/Source/core/loader/DocumentLoader.cpp b/third_party/WebKit/Source/core/loader/DocumentLoader.cpp
|
| index e80d27fe57157e57b4e657e4dff21b0e965700f2..a1520b2305aaa64e6ed9ef2769793a2e49f0ce6b 100644
|
| --- a/third_party/WebKit/Source/core/loader/DocumentLoader.cpp
|
| +++ b/third_party/WebKit/Source/core/loader/DocumentLoader.cpp
|
| @@ -695,6 +695,7 @@ DocumentWriter* DocumentLoader::createWriterFor(const DocumentInit& init, const
|
| frame->document()->setBaseURLOverride(overridingURL);
|
|
|
| frame->loader().didInstallNewDocument(dispatchWindowObjectAvailable);
|
| + frame->didInstallNewDocument();
|
|
|
| // This must be called before DocumentWriter is created, otherwise HTML parser
|
| // will use stale values from HTMLParserOption.
|
|
|