Index: webkit/tools/test_shell/test_shell_webkit_init.h |
=================================================================== |
--- webkit/tools/test_shell/test_shell_webkit_init.h (revision 132437) |
+++ webkit/tools/test_shell/test_shell_webkit_init.h (working copy) |
@@ -76,12 +76,6 @@ |
virtual WebKit::WebStorageNamespace* createLocalStorageNamespace( |
const WebKit::WebString& path, unsigned quota) OVERRIDE; |
- virtual void dispatchStorageEvent(const WebKit::WebString& key, |
- const WebKit::WebString& old_value, |
- const WebKit::WebString& new_value, |
- const WebKit::WebString& origin, |
- const WebKit::WebURL& url, |
- bool is_local_storage) OVERRIDE; |
virtual WebKit::WebIDBFactory* idbFactory() OVERRIDE; |
virtual void createIDBKeysFromSerializedValuesAndKeyPath( |