Skip to content

Commit

Permalink
Bug 1914380 - broken search, TypeError: can't access property name, e…
Browse files Browse the repository at this point in the history
…ngine is null in SearchModeSwitcher.sys.mjs. r=Standard8 a=graft

Differential Revision: https://phabricator.services.mozilla.com/D219879

UltraBlame original commit: 4db772ac6fb4857ac32d5f6c14da0c3282cee956
  • Loading branch information
marco-c committed Aug 23, 2024
1 parent ae0cb88 commit e876ad9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions toolkit/components/search/SearchSettings.sys.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -1596,6 +1596,11 @@ if
engine
.
_isAppProvided
&
&
engine
.
id
)
{
let
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,16 @@ order
1
}
}
{
_name
:
"
engine3
"
_isAppProvided
:
true
}
]
}
;
Expand Down

0 comments on commit e876ad9

Please sign in to comment.