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