| 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 3e0573ed041b30a2629a12476978a41cab65b7a8..d14b04f873dbee000ebd9af57a2f64a120f8926c 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());
|
| }
|
|
|