Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(344)

Unified Diff: third_party/WebKit/Source/core/html/parser/HTMLParserScriptRunner.cpp

Issue 2699153002: Doc.write blocking intervention console messages updated for clarity. (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/html/parser/HTMLParserScriptRunner.cpp
diff --git a/third_party/WebKit/Source/core/html/parser/HTMLParserScriptRunner.cpp b/third_party/WebKit/Source/core/html/parser/HTMLParserScriptRunner.cpp
index df5a192b494f7b44dadc76c28874f2b2bdb920fe..cc656338a0996434d48e577df85705a00c90d21e 100644
--- a/third_party/WebKit/Source/core/html/parser/HTMLParserScriptRunner.cpp
+++ b/third_party/WebKit/Source/core/html/parser/HTMLParserScriptRunner.cpp
@@ -276,8 +276,8 @@ void emitWarningForDocWriteScripts(const String& url, Document& document) {
void emitErrorForDocWriteScripts(const String& url, Document& document) {
String message =
- "The Parser-blocking, cross site (i.e. different eTLD+1) "
- "script, " +
+ "Network request for the parser-blocking, cross site "
+ "(i.e. different eTLD+1) script, " +
url +
", invoked via document.write was BLOCKED by the browser due to poor "
"network connectivity. ";

Powered by Google App Engine
This is Rietveld 408576698