Index: webkit/tools/test_shell/test_shell_webkit_init.h |
=================================================================== |
--- webkit/tools/test_shell/test_shell_webkit_init.h (revision 36257) |
+++ webkit/tools/test_shell/test_shell_webkit_init.h (working copy) |
@@ -197,10 +197,6 @@ |
quota); |
} |
- virtual WebKit::WebStorageNamespace* createSessionStorageNamespace() { |
- return WebKit::WebStorageNamespace::createSessionStorageNamespace(); |
- } |
- |
void dispatchStorageEvent(const WebKit::WebString& key, |
const WebKit::WebString& old_value, const WebKit::WebString& new_value, |
const WebKit::WebString& origin, const WebKit::WebURL& url, |