Chromium Code Reviews| Index: Source/core/html/HTMLFormElement.idl |
| diff --git a/Source/core/html/HTMLFormElement.idl b/Source/core/html/HTMLFormElement.idl |
| index 1f336f442a9eccd6176fdd8b46122f14577225d6..9933e53803ddf2c3ca2da5d7131929f20715a93a 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] void requestAutocomplete(); |
| }; |