summaryrefslogtreecommitdiffstats
path: root/devtools/server/actors/breakpoint.js
diff options
context:
space:
mode:
Diffstat (limited to 'devtools/server/actors/breakpoint.js')
-rw-r--r--devtools/server/actors/breakpoint.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/devtools/server/actors/breakpoint.js b/devtools/server/actors/breakpoint.js
index d1a469658c..bfa563bf55 100644
--- a/devtools/server/actors/breakpoint.js
+++ b/devtools/server/actors/breakpoint.js
@@ -90,7 +90,7 @@ class BreakpointActor {
/**
* Called on changes to this breakpoint's script offsets or options.
*/
- _newOffsetsOrOptions(script, offsets, oldOptions) {
+ _newOffsetsOrOptions(script, offsets) {
// Clear any existing handler first in case this is called multiple times
// after options change.
for (const offset of offsets) {