Skip to content

Commit b06c84a

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/8728757893002726561 [email protected] Bug: none Change-Id: I2ad3c0edb1a768819bf84496cf05e46eb19afb0f Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6088584 Reviewed-by: Simon Zünd <[email protected]> Commit-Queue: Devtools Autoroller <devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Simon Zünd <[email protected]> Bot-Commit: Devtools Autoroller <devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
1 parent 5414646 commit b06c84a

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
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': '69d69ddf3aa698b171886551a4a672c5af1ad902',
2525

2626
# Keeping track of the last time we rollerd the browser protocol files.
27-
'chromium_browser_protocol_revision' : 'f6eeb774b14259df6669d34419d3a0d1165fcdcb',
27+
'chromium_browser_protocol_revision' : '467168707f389acee0b895dbdcb63a8c753a464e',
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 & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7280,16 +7280,8 @@ export const NativeFunctions = [
72807280
signatures: [["input","?options"]]
72817281
},
72827282
{
7283-
name: "supportsType",
7284-
signatures: [["type"]]
7285-
},
7286-
{
7287-
name: "supportsFormat",
7288-
signatures: [["format"]]
7289-
},
7290-
{
7291-
name: "supportsLength",
7292-
signatures: [["length"]]
7283+
name: "createOptionsAvailable",
7284+
signatures: [["options"]]
72937285
},
72947286
{
72957287
name: "languageAvailable",

0 commit comments

Comments
 (0)