| Index: content/worker/worker_webkitplatformsupport_impl.h
|
| diff --git a/content/worker/worker_webkitplatformsupport_impl.h b/content/worker/worker_webkitplatformsupport_impl.h
|
| index 077aa64dec55a7345ce2cd0b88324be2ff0433b6..aa193a14b2d23c50d6372fe0ddab3e14fe52607f 100644
|
| --- a/content/worker/worker_webkitplatformsupport_impl.h
|
| +++ b/content/worker/worker_webkitplatformsupport_impl.h
|
| @@ -53,8 +53,7 @@ class WorkerWebKitPlatformSupportImpl : public WebKitPlatformSupportImpl,
|
| const WebKit::WebURL& first_party_for_cookies);
|
| virtual void prefetchHostName(const WebKit::WebString&);
|
| virtual WebKit::WebString defaultLocale();
|
| - virtual WebKit::WebStorageNamespace* createLocalStorageNamespace(
|
| - const WebKit::WebString& path, unsigned quota);
|
| + virtual WebKit::WebStorageNamespace* createLocalStorageNamespace();
|
| virtual void dispatchStorageEvent(
|
| const WebKit::WebString& key, const WebKit::WebString& old_value,
|
| const WebKit::WebString& new_value, const WebKit::WebString& origin,
|
|
|