Skip to content

Commit

Permalink
Roll browser-protocol
Browse files Browse the repository at this point in the history
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/8726764761108875009

[email protected]

Bug: none
Change-Id: Ie06b5a28ca2a3de75c79e587e7c47fbc1b34de0d
Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6140188
Commit-Queue: Andres Olivares <[email protected]>
Bot-Commit: Devtools Autoroller <devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
  • Loading branch information
devtools-ci-autoroll-builder authored and Devtools-frontend LUCI CQ committed Jan 3, 2025
1 parent be08711 commit 9b18d76
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ vars = {
'inspector_protocol_revision': '69d69ddf3aa698b171886551a4a672c5af1ad902',

# Keeping track of the last time we rollerd the browser protocol files.
'chromium_browser_protocol_revision' : '74962258ed00a921599e1f8665704fe643b9b658',
'chromium_browser_protocol_revision' : '2988b80e69c8f0ff84c0a43cf80956a3f10f3938',

'clang_format_url': 'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/clang/tools/clang-format.git',
'clang_format_revision': '37f6e68a107df43b7d7e044fd36a13cbae3413f2',
Expand Down
4 changes: 4 additions & 0 deletions front_end/models/javascript_metadata/NativeFunctions.js
Original file line number Diff line number Diff line change
Expand Up @@ -8503,6 +8503,10 @@ export const NativeFunctions = [
name: "addFromString",
signatures: [["string","?weight"]]
},
{
name: "SpeechRecognitionContext",
signatures: [["phrases"]]
},
{
name: "SpeechRecognitionErrorEvent",
signatures: [["type","?eventInitDict"]]
Expand Down

0 comments on commit 9b18d76

Please sign in to comment.