summaryrefslogtreecommitdiffstats
path: root/devtools/shared/commands/resource/legacy-listeners/thread-states.js
diff options
context:
space:
mode:
Diffstat (limited to 'devtools/shared/commands/resource/legacy-listeners/thread-states.js')
-rw-r--r--devtools/shared/commands/resource/legacy-listeners/thread-states.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/devtools/shared/commands/resource/legacy-listeners/thread-states.js b/devtools/shared/commands/resource/legacy-listeners/thread-states.js
index b24bdfa8cc..aa1328abaf 100644
--- a/devtools/shared/commands/resource/legacy-listeners/thread-states.js
+++ b/devtools/shared/commands/resource/legacy-listeners/thread-states.js
@@ -19,11 +19,6 @@ module.exports = async function ({ targetCommand, targetFront, onAvailable }) {
return;
}
- // Wait for the thread actor to be attached, otherwise getFront(thread) will throw for worker targets
- // This is because worker target are still kind of descriptors and are only resolved into real target
- // after being attached. And the thread actor ID is only retrieved and available after being attached.
- await targetFront.onThreadAttached;
-
if (targetFront.isDestroyed()) {
return;
}