Chromium Code Reviews| Index: Source/core/html/HTMLFormElement.idl |
| diff --git a/Source/core/html/HTMLFormElement.idl b/Source/core/html/HTMLFormElement.idl |
| index f593992cc279f6d6e16f707dfbd853d00b925c54..63d9f2b935e794acb9a64e8ceb168f8616ca34f1 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); |
| }; |