Skip to content

Commit 8f87b44

Browse files
devtools-ci-autoroll-builderDevtools-frontend LUCI CQ
authored andcommitted
Roll browser-protocol
This roll requires a manual review. See http://go/reviewed-rolls for guidance. In case of failures or errors, reach out to someone from config/owner/COMMON_OWNERS. Roll created at https://cr-buildbucket.appspot.com/build/8720604167492883857 [email protected] Bug: none Change-Id: I2c04ec2ec7678fdd8cb0e568bfc5585f09f9bb93 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6347757 Bot-Commit: Devtools Autoroller <devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Danil Somsikov <[email protected]>
1 parent d418e11 commit 8f87b44

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ vars = {
2424
'inspector_protocol_revision': '940abfc668be2591483f7132145593c6a047f3cf',
2525

2626
# Keeping track of the last time we rollerd the browser protocol files.
27-
'chromium_browser_protocol_revision' : '7c216451628bf7ee27a0433953e4f2e4b803038a',
27+
'chromium_browser_protocol_revision' : '56cfc4af1dc0afe87bc582e9f0a642ac1e4cb8fc',
2828

2929
'clang_format_url': 'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/clang/tools/clang-format.git',
3030
'clang_format_revision': '37f6e68a107df43b7d7e044fd36a13cbae3413f2',

front_end/models/javascript_metadata/NativeFunctions.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2042,7 +2042,7 @@ export const NativeFunctions = [
20422042
},
20432043
{
20442044
name: "write",
2045-
signatures: [["...text"],["text"]],
2045+
signatures: [["...text"],["text"],["text1","...text"]],
20462046
receivers: ["Document"]
20472047
},
20482048
{
@@ -2421,7 +2421,7 @@ export const NativeFunctions = [
24212421
},
24222422
{
24232423
name: "writeln",
2424-
signatures: [["...text"],["text"]]
2424+
signatures: [["...text"],["text"],["text1","...text"]]
24252425
},
24262426
{
24272427
name: "elementFromPoint",

0 commit comments

Comments
 (0)