| Index: Source/core/loader/EmptyClients.h
|
| diff --git a/Source/core/loader/EmptyClients.h b/Source/core/loader/EmptyClients.h
|
| index 9e7a7f25a3b40564c0c7b1eb9deebfea11596675..6fa9f7bbbb577d8700bfa2cace13d797ac2814b0 100644
|
| --- a/Source/core/loader/EmptyClients.h
|
| +++ b/Source/core/loader/EmptyClients.h
|
| @@ -247,7 +247,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;
|
|
|