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