Skip to content

Commit

Permalink
Remove empty line in devtools startup patch
Browse files Browse the repository at this point in the history
  • Loading branch information
mauro-balades committed Jan 3, 2025
1 parent a62bbd1 commit be62ec3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/devtools/startup/DevToolsStartup-sys-mjs.patch
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
diff --git a/devtools/startup/DevToolsStartup.sys.mjs b/devtools/startup/DevToolsStartup.sys.mjs
index 0c9db6cb85c491a9f0fc216071afc66e553dcd51..10faeb699a35bb53bd0bd4bce36f18626a8f3288 100644
index 0c9db6cb85c491a9f0fc216071afc66e553dcd51..25648d72f45ce016e3a498cab5a6f24e37c35296 100644
--- a/devtools/startup/DevToolsStartup.sys.mjs
+++ b/devtools/startup/DevToolsStartup.sys.mjs
@@ -806,6 +806,8 @@ DevToolsStartup.prototype = {
@@ -806,6 +806,7 @@ DevToolsStartup.prototype = {
// account (see bug 832984).
const mainKeyset = doc.getElementById("mainKeyset");
mainKeyset.parentNode.insertBefore(keyset, mainKeyset);
+
+ window.dispatchEvent(new window.Event("zen-devtools-keyset-added"));
},

Expand Down

0 comments on commit be62ec3

Please sign in to comment.