Skip to content

Commit 43e3526

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

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
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' : '583001dd8d3f318ea2f59fe620b46b29def9b1c9',
27+
'chromium_browser_protocol_revision' : 'f3de0a77fd31b0fcf0dfa90a5e39c7ae2e827023',
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: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3497,11 +3497,6 @@ export const NativeFunctions = [
34973497
name: "clearMeasures",
34983498
signatures: [["?measureName"]]
34993499
},
3500-
{
3501-
name: "getEntries",
3502-
signatures: [["?options"]],
3503-
receivers: ["Performance"]
3504-
},
35053500
{
35063501
name: "getEntriesByName",
35073502
signatures: [["name","?type"],["name","?entryType"]]
@@ -6526,10 +6521,6 @@ export const NativeFunctions = [
65266521
name: "NodePart",
65276522
signatures: [["root","node","?init"]]
65286523
},
6529-
{
6530-
name: "moveBefore",
6531-
signatures: [["node","child"]]
6532-
},
65336524
{
65346525
name: "Observable",
65356526
signatures: [["callback"]]
@@ -6562,6 +6553,10 @@ export const NativeFunctions = [
65626553
name: "last",
65636554
signatures: [["?options"]]
65646555
},
6556+
{
6557+
name: "moveBefore",
6558+
signatures: [["node","child"]]
6559+
},
65656560
{
65666561
name: "expand",
65676562
signatures: [["?unit"]],

0 commit comments

Comments
 (0)