Skip to content
This repository was archived by the owner on Jul 23, 2024. It is now read-only.

Commit 7eda37a

Browse files
Merge pull request #21 from firefox-devtools/regression-of-PR20
Fix a regression which does not reflect even if the selected node was…
2 parents 2abfa38 + 9403221 commit 7eda37a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extension/experiments/inspectedNode/api-client.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
}
3434
});
3535

36-
port.postMessage({ method });
36+
port.postMessage({ namespace: "browser.experiments.inspectedNode", method });
3737
} else {
3838
this._listeners.push(listener);
3939
}

0 commit comments

Comments
 (0)