| Index: Source/core/loader/EmptyClients.h
|
| diff --git a/Source/core/loader/EmptyClients.h b/Source/core/loader/EmptyClients.h
|
| index 02247dd71b45d1e80f5dd62807631822a4fa8a0d..85ccfd551c730092141b96a12d4c7c640df42479 100644
|
| --- a/Source/core/loader/EmptyClients.h
|
| +++ b/Source/core/loader/EmptyClients.h
|
| @@ -246,7 +246,7 @@ public:
|
|
|
| virtual blink::WebCookieJar* cookieJar() const OVERRIDE { return 0; }
|
|
|
| - virtual void didRequestAutocomplete(HTMLFormElement*, const Dictionary&) OVERRIDE;
|
| + virtual void didRequestAutocomplete(HTMLFormElement*) OVERRIDE;
|
|
|
| virtual PassOwnPtr<blink::WebServiceWorkerProvider> createServiceWorkerProvider() OVERRIDE;
|
| virtual PassOwnPtr<blink::WebApplicationCacheHost> createApplicationCacheHost(blink::WebApplicationCacheHostClient*) OVERRIDE;
|
|
|