feat(webkit): roll to r2033

This commit is contained in:
github-actions 2024-06-13 07:15:00 +00:00
parent d432899d2f
commit a3249b6bc4
2 changed files with 1 additions and 5 deletions

View file

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

View file

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