From 40a355a42d4a9444dc753c04c6608dade2f06a23 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:13:27 +0200 Subject: Adding upstream version 125.0.1. Signed-off-by: Daniel Baumann --- devtools/shared/commands/tracer/tracer-command.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'devtools/shared/commands/tracer/tracer-command.js') diff --git a/devtools/shared/commands/tracer/tracer-command.js b/devtools/shared/commands/tracer/tracer-command.js index f512c15d9e..80c461a199 100644 --- a/devtools/shared/commands/tracer/tracer-command.js +++ b/devtools/shared/commands/tracer/tracer-command.js @@ -6,13 +6,11 @@ class TracerCommand { constructor({ commands }) { - this.#targetCommand = commands.targetCommand; this.#targetConfigurationCommand = commands.targetConfigurationCommand; this.#resourceCommand = commands.resourceCommand; } #resourceCommand; - #targetCommand; #targetConfigurationCommand; #isTracing = false; -- cgit v1.2.3