| Index: Source/core/html/HTMLFormElement.idl
|
| diff --git a/Source/core/html/HTMLFormElement.idl b/Source/core/html/HTMLFormElement.idl
|
| index 1f336f442a9eccd6176fdd8b46122f14577225d6..cd8a3f842211b596069fe6d4f5d0c22a64737219 100644
|
| --- a/Source/core/html/HTMLFormElement.idl
|
| +++ b/Source/core/html/HTMLFormElement.idl
|
| @@ -40,5 +40,5 @@
|
| [CustomElementCallbacks] void reset();
|
| boolean checkValidity();
|
|
|
| - [RuntimeEnabled=RequestAutocomplete] void requestAutocomplete([Default=Undefined] optional Dictionary details);
|
| + [RuntimeEnabled=RequestAutocomplete] Promise requestAutocomplete([Default=Undefined] optional Dictionary details);
|
| };
|
|
|