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

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

Issue 2906603002: Remove WTFLogAlways() usages from HTMLParserScriptRunner.cpp (Closed)
Patch Set: Remove WTFLogAlways() as suggested Created 3 years, 7 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 0a0b40e973359603879464092152bfc8d390545b..a519349a27b656a84e59ff8e77c33bbff74995a8 100644
--- a/third_party/WebKit/Source/core/html/parser/HTMLParserScriptRunner.cpp
+++ b/third_party/WebKit/Source/core/html/parser/HTMLParserScriptRunner.cpp
@@ -301,7 +301,6 @@ void EmitWarningForDocWriteScripts(const String& url, Document& document) {
"connectivity.";
document.AddConsoleMessage(
ConsoleMessage::Create(kJSMessageSource, kWarningMessageLevel, message));
- WTFLogAlways("%s", message.Utf8().data());
}
void EmitErrorForDocWriteScripts(const String& url, Document& document) {
@@ -313,7 +312,6 @@ void EmitErrorForDocWriteScripts(const String& url, Document& document) {
"network connectivity. ";
document.AddConsoleMessage(
ConsoleMessage::Create(kJSMessageSource, kErrorMessageLevel, message));
- WTFLogAlways("%s", message.Utf8().data());
}
void HTMLParserScriptRunner::PossiblyFetchBlockedDocWriteScript(
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698