diff options
Diffstat (limited to 'webkit/tools')
-rw-r--r-- | webkit/tools/test_shell/test_shell.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/webkit/tools/test_shell/test_shell.cc b/webkit/tools/test_shell/test_shell.cc index 5d9f533..c8da97b 100644 --- a/webkit/tools/test_shell/test_shell.cc +++ b/webkit/tools/test_shell/test_shell.cc @@ -625,8 +625,6 @@ WebKit::WebGeolocationClientMock* TestShell::geolocation_client_mock() { namespace webkit_glue { -void PrecacheUrl(const char16* url, int url_length) {} - void AppendToLog(const char* file, int line, const char* msg) { logging::LogMessage(file, line).stream() << msg; } |