Skip to content

Commit 0ed9018

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

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
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' : 'f3de0a77fd31b0fcf0dfa90a5e39c7ae2e827023',
27+
'chromium_browser_protocol_revision' : 'ae4a88284a02b0c3ea6f808a2296e934015c2fd8',
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: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7295,11 +7295,6 @@ export const NativeFunctions = [
72957295
signatures: [["input","?options"]],
72967296
receivers: ["AILanguageDetector"]
72977297
},
7298-
{
7299-
name: "detect",
7300-
signatures: [["input"]],
7301-
receivers: ["LanguageDetector"]
7302-
},
73037298
{
73047299
name: "detect",
73057300
signatures: [["image"]],

0 commit comments

Comments
 (0)