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 def2685b5e02f75e61d2765ba8cf9a6de37b01f1..cacd1cec9aa4b7a232beeabb57ec9ede5c2abf74 100644 |
--- a/third_party/WebKit/Source/core/loader/FrameFetchContext.cpp |
+++ b/third_party/WebKit/Source/core/loader/FrameFetchContext.cpp |
@@ -83,7 +83,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()); |
} |