| Index: webkit/tools/test_shell/layout_test_controller.h
|
| ===================================================================
|
| --- webkit/tools/test_shell/layout_test_controller.h (revision 26230)
|
| +++ webkit/tools/test_shell/layout_test_controller.h (working copy)
|
| @@ -281,6 +281,8 @@
|
| int32 CppVariantToInt32(const CppVariant&);
|
| std::wstring CppVariantToWstring(const CppVariant&);
|
|
|
| + void LogErrorToConsole(const std::string& text);
|
| +
|
| // Non-owning pointer. The LayoutTestController is owned by the host.
|
| static TestShell* shell_;
|
|
|
|
|