| 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 414d2975ebc391cef603868139614aa57a0a2a54..5d7eb052d97726bfa9c9149014c1299539974111 100644
|
| --- a/third_party/WebKit/Source/core/loader/DocumentLoader.cpp
|
| +++ b/third_party/WebKit/Source/core/loader/DocumentLoader.cpp
|
| @@ -784,8 +784,7 @@ DocumentWriter* DocumentLoader::createWriterFor(
|
|
|
| Document* document = frame->domWindow()->installNewDocument(mimeType, init);
|
|
|
| - if (!init.shouldReuseDefaultView())
|
| - frame->page()->chromeClient().installSupplements(*frame);
|
| + frame->page()->chromeClient().installSupplements(*frame);
|
|
|
| // This should be set before receivedFirstData().
|
| if (!overridingURL.isEmpty())
|
|
|