diff options
Diffstat (limited to 'common/content/find.js')
-rw-r--r-- | common/content/find.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/content/find.js b/common/content/find.js index 09f02a43..8e67fbb4 100644 --- a/common/content/find.js +++ b/common/content/find.js @@ -138,7 +138,7 @@ function Search() //{{{ var highlightObj = { search: function (aWord, matchCase) { - var finder = service.getFind(); + var finder = services.create("find"); if (matchCase !== undefined) finder.caseSensitive = matchCase; |