summaryrefslogtreecommitdiffstats
path: root/content/shell/webkit_test_controller.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/shell/webkit_test_controller.cc')
-rw-r--r--content/shell/webkit_test_controller.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/shell/webkit_test_controller.cc b/content/shell/webkit_test_controller.cc
index 0621001..86e1d46 100644
--- a/content/shell/webkit_test_controller.cc
+++ b/content/shell/webkit_test_controller.cc
@@ -140,6 +140,7 @@ void WebKitTestResultPrinter::AddMessageRaw(const std::string& message) {
void WebKitTestResultPrinter::AddErrorMessage(const std::string& message) {
if (state_ != DURING_TEST)
return;
+ PrintTextHeader();
*output_ << message << "\n";
if (!capture_text_only_)
*error_ << message << "\n";