| Index: Source/core/html/HTMLFormElement.h
|
| diff --git a/Source/core/html/HTMLFormElement.h b/Source/core/html/HTMLFormElement.h
|
| index 743997f2ce8264d858334a35268cef1071bca284..9c85e5e26a4a6ba25b579acbb5fb8ae9c191de0e 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);
|
|
|