| Index: third_party/WebKit/Source/core/loader/FrameFetchContext.cpp
|
| diff --git a/third_party/WebKit/Source/core/loader/FrameFetchContext.cpp b/third_party/WebKit/Source/core/loader/FrameFetchContext.cpp
|
| index 607cefdf4231681b31a6de9f5e17c63050659f82..8eabb9e7b444de62dfc535e184bc47645ab430aa 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameFetchContext.cpp
|
| +++ b/third_party/WebKit/Source/core/loader/FrameFetchContext.cpp
|
| @@ -91,10 +91,10 @@ namespace {
|
| void emitWarningForDocWriteScripts(const String& url, Document& document) {
|
| String message =
|
| "A Parser-blocking, cross site (i.e. different eTLD+1) script, " + url +
|
| - ", is invoked via document.write. This MAY be blocked by "
|
| - "the browser in this or a future page load due to poor network "
|
| - "connectivity. If blocked in this page load, it will be confirmed in a "
|
| - "subsequent console message."
|
| + ", is invoked via document.write. The network request for this script "
|
| + "MAY be blocked by the browser in this or a future page load due to poor "
|
| + "network connectivity. If blocked in this page load, it will be "
|
| + "confirmed in a subsequent console message."
|
| "See https://www.chromestatus.com/feature/5718547946799104 "
|
| "for more details.";
|
| document.addConsoleMessage(
|
|
|