feat(webkit): bump to 1428 (#5140)
This commit is contained in:
parent
45f7d73470
commit
f3cc4dfe6d
|
|
@ -13,7 +13,7 @@
|
|||
},
|
||||
{
|
||||
"name": "webkit",
|
||||
"revision": "1423",
|
||||
"revision": "1428",
|
||||
"download": true
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue