diff options
Diffstat (limited to 'content/ppapi_plugin/ppapi_webkitplatformsupport_impl.cc')
-rw-r--r-- | content/ppapi_plugin/ppapi_webkitplatformsupport_impl.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/content/ppapi_plugin/ppapi_webkitplatformsupport_impl.cc b/content/ppapi_plugin/ppapi_webkitplatformsupport_impl.cc index de43364..5e7dca6 100644 --- a/content/ppapi_plugin/ppapi_webkitplatformsupport_impl.cc +++ b/content/ppapi_plugin/ppapi_webkitplatformsupport_impl.cc @@ -243,8 +243,7 @@ WebKit::WebData PpapiWebKitPlatformSupportImpl::loadResource(const char* name) { } WebKit::WebStorageNamespace* -PpapiWebKitPlatformSupportImpl::createLocalStorageNamespace( - const WebKit::WebString& path, unsigned quota) { +PpapiWebKitPlatformSupportImpl::createLocalStorageNamespace() { NOTREACHED(); return 0; } |