Index: webkit/support/test_webkit_platform_support.h |
=================================================================== |
--- webkit/support/test_webkit_platform_support.h (revision 132437) |
+++ webkit/support/test_webkit_platform_support.h (working copy) |
@@ -71,10 +71,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( |
const WebKit::WebVector<WebKit::WebSerializedScriptValue>& values, |