feat(webkit): roll to r1834 (#22462)

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Playwright Service 2023-04-18 10:41:56 -07:00 committed by GitHub
parent 3a0f49acab
commit 4e9faba34d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -33,7 +33,7 @@
}, },
{ {
"name": "webkit", "name": "webkit",
"revision": "1832", "revision": "1834",
"installByDefault": true, "installByDefault": true,
"revisionOverrides": { "revisionOverrides": {
"mac10.14": "1446", "mac10.14": "1446",

View File

@ -7819,6 +7819,10 @@ the top of the viewport and Y increases as it proceeds towards the bottom of the
* Nested value preview. * Nested value preview.
*/ */
valuePreview?: ObjectPreview; valuePreview?: ObjectPreview;
/**
* True if this is a private field.
*/
isPrivate?: boolean;
/** /**
* True if this is an internal property. * True if this is an internal property.
*/ */