Skip to content

Commit 21093b9

Browse files
author
Jakub Kulhan
committed
autoupdated protocol.json & generated files
1 parent 49237a1 commit 21093b9

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

gen-src/ChromeDevtoolsProtocol/Model/Audits/GenericIssueErrorTypeEnum.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ final class GenericIssueErrorTypeEnum
1515
public const FORM_LABEL_FOR_NAME_ERROR = 'FormLabelForNameError';
1616
public const FORM_DUPLICATE_ID_FOR_INPUT_ERROR = 'FormDuplicateIdForInputError';
1717
public const FORM_INPUT_WITH_NO_LABEL_ERROR = 'FormInputWithNoLabelError';
18+
public const FORM_AUTOCOMPLETE_ATTRIBUTE_EMPTY_ERROR = 'FormAutocompleteAttributeEmptyError';
1819
}

protocol.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1537,7 +1537,8 @@
15371537
"CrossOriginPortalPostMessageError",
15381538
"FormLabelForNameError",
15391539
"FormDuplicateIdForInputError",
1540-
"FormInputWithNoLabelError"
1540+
"FormInputWithNoLabelError",
1541+
"FormAutocompleteAttributeEmptyError"
15411542
]
15421543
},
15431544
{

protocol.json.md5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
81f16d085068927d528f9421fe9b2934 protocol.json
1+
a253c4a39777dd8840503f2a633ed525 protocol.json

0 commit comments

Comments
 (0)