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