| Index: webkit/tools/test_shell/test_shell_webkit_init.h
|
| diff --git a/webkit/tools/test_shell/test_shell_webkit_init.h b/webkit/tools/test_shell/test_shell_webkit_init.h
|
| index 4ec7c55dc6b147c11aaba682b0031b6b6a4ac82a..1d1bca7b5e051280c8f63ce7a0fd197e0920e5f3 100644
|
| --- a/webkit/tools/test_shell/test_shell_webkit_init.h
|
| +++ b/webkit/tools/test_shell/test_shell_webkit_init.h
|
| @@ -226,6 +226,10 @@ class TestShellWebKitInit : public webkit_glue::WebKitClientImpl {
|
| }
|
| #endif
|
|
|
| + virtual WebKit::WebSharedWorkerRepository* sharedWorkerRepository() {
|
| + return NULL;
|
| + }
|
| +
|
| private:
|
| webkit_glue::SimpleWebMimeRegistryImpl mime_registry_;
|
| MockWebClipboardImpl mock_clipboard_;
|
|
|