feat(webkit): roll to r2036

This commit is contained in:
github-actions 2024-06-20 00:19:54 +00:00
parent 2dfda0a16f
commit 65e8753cad
2 changed files with 5 additions and 1 deletions

View file

@ -27,7 +27,7 @@
},
{
"name": "webkit",
"revision": "2035",
"revision": "2036",
"installByDefault": true,
"revisionOverrides": {
"mac10.14": "1446",

View file

@ -2122,6 +2122,10 @@ export module Protocol {
* Array of <code>DOMNode</code> ids of any children marked as selected.
*/
selectedChildNodeIds?: NodeId[];
/**
* On / off state of switch form controls.
*/
switchState?: "off"|"on";
}
/**
* A structure holding an RGBA color.