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

Unified Diff: content/shell/shell.cc

Issue 10941011: Rewrite layout_browsertests to use content_shell --dump-render-tree to execute layout tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates Created 8 years, 3 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: content/shell/shell.cc
diff --git a/content/shell/shell.cc b/content/shell/shell.cc
index 27dee85b553c5befdd9c9e3db9b1e6a34bf779a4..9d9721e273be22e4f5c0571d34122fb32bbdd4f6 100644
--- a/content/shell/shell.cc
+++ b/content/shell/shell.cc
@@ -224,7 +224,7 @@ bool Shell::AddMessageToConsole(WebContents* source,
if (line_no)
buffer += base::StringPrintf("line %d: ", line_no);
buffer += UTF16ToUTF8(message);
- WebKitTestController::Get()->printer().AddMessage(buffer);
+ WebKitTestController::Get()->printer()->AddMessage(buffer);
return true;
}

Powered by Google App Engine
This is Rietveld 408576698