| Index: Source/core/html/HTMLFormElement.h
|
| diff --git a/Source/core/html/HTMLFormElement.h b/Source/core/html/HTMLFormElement.h
|
| index bfecf286d8967dc945ee4938bb15888f76e1b031..bcc69fc73d107317798867d5d02b209d53e2a505 100644
|
| --- a/Source/core/html/HTMLFormElement.h
|
| +++ b/Source/core/html/HTMLFormElement.h
|
| @@ -103,7 +103,7 @@ public:
|
| AutocompleteResultErrorInvalid,
|
| };
|
|
|
| - void requestAutocomplete(const Dictionary&);
|
| + void requestAutocomplete();
|
| void finishRequestAutocomplete(AutocompleteResult);
|
|
|
| DEFINE_ATTRIBUTE_EVENT_LISTENER(autocomplete);
|
|
|