Skip to content

Commit 1da1cf9

Browse files
author
Jakub Kulhan
committed
autoupdated protocol.json & generated files
1 parent 661d4c7 commit 1da1cf9

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

gen-src/ChromeDevtoolsProtocol/Model/Accessibility/AXValueNativeSourceTypeEnum.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
*/
1212
final class AXValueNativeSourceTypeEnum
1313
{
14+
public const DESCRIPTION = 'description';
1415
public const FIGCAPTION = 'figcaption';
1516
public const LABEL = 'label';
1617
public const LABELFOR = 'labelfor';

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ final class ContentSecurityPolicyViolationTypeEnum
1616
public const K_U_R_L_VIOLATION = 'kURLViolation';
1717
public const K_TRUSTED_TYPES_SINK_VIOLATION = 'kTrustedTypesSinkViolation';
1818
public const K_TRUSTED_TYPES_POLICY_VIOLATION = 'kTrustedTypesPolicyViolation';
19+
public const K_WASM_EVAL_VIOLATION = 'kWasmEvalViolation';
1920
}

protocol.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
"description": "Enum of possible native property sources (as a subtype of a particular AXValueSourceType).",
5959
"type": "string",
6060
"enum": [
61+
"description",
6162
"figcaption",
6263
"label",
6364
"labelfor",
@@ -1138,7 +1139,8 @@
11381139
"kEvalViolation",
11391140
"kURLViolation",
11401141
"kTrustedTypesSinkViolation",
1141-
"kTrustedTypesPolicyViolation"
1142+
"kTrustedTypesPolicyViolation",
1143+
"kWasmEvalViolation"
11421144
]
11431145
},
11441146
{

protocol.json.md5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
c7281abbe711375fdab15da8bd455a2b protocol.json
1+
808af6eb5ad70585beb4c2bfaf8fe1a6 protocol.json

0 commit comments

Comments
 (0)