feat(webkit): roll to r1855 (#23267)

This commit is contained in:
Yury Semikhatsky 2023-05-24 16:09:58 -07:00 committed by GitHub
parent 0a65a0b8e8
commit bcc711145e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -7731,7 +7731,7 @@ the top of the viewport and Y increases as it proceeds towards the bottom of the
/** /**
* Object subtype hint. Specified for <code>object</code> <code>function</code> (for class) type values only. * Object subtype hint. Specified for <code>object</code> <code>function</code> (for class) type values only.
*/ */
subtype?: "array"|"null"|"node"|"regexp"|"date"|"error"|"map"|"set"|"weakmap"|"weakset"|"iterator"|"class"|"proxy"; subtype?: "array"|"null"|"node"|"regexp"|"date"|"error"|"map"|"set"|"weakmap"|"weakset"|"iterator"|"class"|"proxy"|"weakref";
/** /**
* Object class (constructor) name. Specified for <code>object</code> type values only. * Object class (constructor) name. Specified for <code>object</code> type values only.
*/ */
@ -7772,7 +7772,7 @@ the top of the viewport and Y increases as it proceeds towards the bottom of the
/** /**
* Object subtype hint. Specified for <code>object</code> type values only. * Object subtype hint. Specified for <code>object</code> type values only.
*/ */
subtype?: "array"|"null"|"node"|"regexp"|"date"|"error"|"map"|"set"|"weakmap"|"weakset"|"iterator"|"class"|"proxy"; subtype?: "array"|"null"|"node"|"regexp"|"date"|"error"|"map"|"set"|"weakmap"|"weakset"|"iterator"|"class"|"proxy"|"weakref";
/** /**
* String representation of the object. * String representation of the object.
*/ */
@ -7810,7 +7810,7 @@ the top of the viewport and Y increases as it proceeds towards the bottom of the
/** /**
* Object subtype hint. Specified for <code>object</code> type values only. * Object subtype hint. Specified for <code>object</code> type values only.
*/ */
subtype?: "array"|"null"|"node"|"regexp"|"date"|"error"|"map"|"set"|"weakmap"|"weakset"|"iterator"|"class"|"proxy"; subtype?: "array"|"null"|"node"|"regexp"|"date"|"error"|"map"|"set"|"weakmap"|"weakset"|"iterator"|"class"|"proxy"|"weakref";
/** /**
* User-friendly property value string. * User-friendly property value string.
*/ */