| 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 1d8a489187bf24ba71847999558509e59898b068..3be351be2e709f7b568d0aea9bb256c6267d6b86 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameFetchContext.cpp
|
| +++ b/third_party/WebKit/Source/core/loader/FrameFetchContext.cpp
|
| @@ -84,7 +84,7 @@ namespace {
|
|
|
| void emitWarningForDocWriteScripts(const String& url, Document& document)
|
| {
|
| - String message = "A Parser-blocking, cross-origin script, " + url + ", is invoked via document.write. This may be blocked by the browser if the device has poor network connectivity.";
|
| + String message = "A Parser-blocking, cross-origin script, " + url + ", is invoked via document.write. This may be blocked by the browser if the device has poor network connectivity. See https://www.chromestatus.com/feature/5718547946799104 for more details.";
|
| document.addConsoleMessage(ConsoleMessage::create(JSMessageSource, WarningMessageLevel, message));
|
| WTFLogAlways("%s", message.utf8().data());
|
| }
|
|
|