feat(webkit): bump to 1428 (#5140)

This commit is contained in:
Yury Semikhatsky 2021-01-26 09:42:06 -08:00 committed by GitHub
parent 45f7d73470
commit f3cc4dfe6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
},
{
"name": "webkit",
"revision": "1423",
"revision": "1428",
"download": true
}
]

View File

@ -1465,7 +1465,7 @@ export module Protocol {
/**
* Channels for different types of log messages.
*/
export type ChannelSource = "xml"|"javascript"|"network"|"console-api"|"storage"|"appcache"|"rendering"|"css"|"security"|"content-blocker"|"media"|"mediasource"|"webrtc"|"itp-debug"|"private-click-measurement"|"other";
export type ChannelSource = "xml"|"javascript"|"network"|"console-api"|"storage"|"appcache"|"rendering"|"css"|"security"|"content-blocker"|"media"|"mediasource"|"webrtc"|"itp-debug"|"private-click-measurement"|"payment-request"|"other";
/**
* Level of logging.
*/