File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
gen-src/ChromeDevtoolsProtocol/Model/Audits Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -14,4 +14,5 @@ final class GenericIssueErrorTypeEnum
14
14
public const CROSS_ORIGIN_PORTAL_POST_MESSAGE_ERROR = 'CrossOriginPortalPostMessageError ' ;
15
15
public const FORM_LABEL_FOR_NAME_ERROR = 'FormLabelForNameError ' ;
16
16
public const FORM_DUPLICATE_ID_FOR_INPUT_ERROR = 'FormDuplicateIdForInputError ' ;
17
+ public const FORM_INPUT_WITH_NO_LABEL_ERROR = 'FormInputWithNoLabelError ' ;
17
18
}
Original file line number Diff line number Diff line change 1536
1536
"enum": [
1537
1537
"CrossOriginPortalPostMessageError",
1538
1538
"FormLabelForNameError",
1539
- "FormDuplicateIdForInputError"
1539
+ "FormDuplicateIdForInputError",
1540
+ "FormInputWithNoLabelError"
1540
1541
]
1541
1542
},
1542
1543
{
Original file line number Diff line number Diff line change 1
- 11f9f1c2bcd0994432e8c11303de4332 protocol.json
1
+ b2a1cc87e3b2b3ac10350b1dbc5a4ca1 protocol.json
You can’t perform that action at this time.
0 commit comments