Index: Source/core/html/HTMLFormElement.idl |
diff --git a/Source/core/html/HTMLFormElement.idl b/Source/core/html/HTMLFormElement.idl |
index 0b87f2d6841d4061037ec8d85a6fc879d6f2650f..f593992cc279f6d6e16f707dfbd853d00b925c54 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(); |
+ [RuntimeEnabled=RequestAutocomplete] void requestAutocomplete([Default=Undefined] optional Dictionary details); |
}; |