Skip to content

Commit

Permalink
Bug 1515320 - Fix functionality to retrieve the current search engine…
Browse files Browse the repository at this point in the history
… in TestSearchCounts; r=janerik

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

UltraBlame original commit: f558d2afb1abbdbd0f2152f763295970d80091a5
  • Loading branch information
marco-c committed Oct 3, 2019
1 parent ae9cda3 commit 47a5bf2
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"

def
get_current_search_engine
get_default_search_engine
(
self
)
Expand All @@ -107,7 +107,7 @@
identifier
of
the
current
default
search
engine
.
Expand Down Expand Up @@ -159,7 +159,7 @@
return
searchService
.
currentEngine
defaultEngine
.
identifier
;
Expand Down Expand Up @@ -204,7 +204,7 @@
identifier
of
the
current
default

search
engine
Expand Down Expand Up @@ -242,7 +242,7 @@
=
self
.
get_current_search_engine
get_default_search_engine
(
)

Expand Down

0 comments on commit 47a5bf2

Please sign in to comment.