diff --git a/packages/playwright-core/browsers.json b/packages/playwright-core/browsers.json index 6df2b011fb..6557195e53 100644 --- a/packages/playwright-core/browsers.json +++ b/packages/playwright-core/browsers.json @@ -33,7 +33,7 @@ }, { "name": "webkit", - "revision": "1848", + "revision": "1855", "installByDefault": true, "revisionOverrides": { "mac10.14": "1446", diff --git a/packages/playwright-core/src/server/webkit/protocol.d.ts b/packages/playwright-core/src/server/webkit/protocol.d.ts index c17180e742..d8ca5c1ce2 100644 --- a/packages/playwright-core/src/server/webkit/protocol.d.ts +++ b/packages/playwright-core/src/server/webkit/protocol.d.ts @@ -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 object function (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 object 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 object 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. */ @@ -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 object 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. */