| Index: Source/core/loader/EmptyClients.h
|
| diff --git a/Source/core/loader/EmptyClients.h b/Source/core/loader/EmptyClients.h
|
| index eee8698c08d6360c3d769f88be243989fd202fb5..bfd142672fb8a4c94ebc79ef6c682ab8e237d09b 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;
|
|
|