Index: content/ppapi_plugin/ppapi_webkitplatformsupport_impl.h |
diff --git a/content/ppapi_plugin/ppapi_webkitplatformsupport_impl.h b/content/ppapi_plugin/ppapi_webkitplatformsupport_impl.h |
index 3ed674c5bf9cb394558157522bee07aca78b2dbe..e1f06654a65ca31db83634544527c4f9de346bc2 100644 |
--- a/content/ppapi_plugin/ppapi_webkitplatformsupport_impl.h |
+++ b/content/ppapi_plugin/ppapi_webkitplatformsupport_impl.h |
@@ -39,8 +39,7 @@ class PpapiWebKitPlatformSupportImpl : public WebKitPlatformSupportImpl { |
virtual WebKit::WebSocketStreamHandle* createSocketStreamHandle(); |
virtual void getPluginList(bool refresh, WebKit::WebPluginListBuilder*); |
virtual WebKit::WebData loadResource(const char* name); |
- virtual WebKit::WebStorageNamespace* createLocalStorageNamespace( |
- const WebKit::WebString& path, unsigned quota); |
+ virtual WebKit::WebStorageNamespace* createLocalStorageNamespace(); |
virtual void dispatchStorageEvent(const WebKit::WebString& key, |
const WebKit::WebString& oldValue, const WebKit::WebString& newValue, |
const WebKit::WebString& origin, const WebKit::WebURL& url, |