diff options
author | Matt A. Tobin <email@mattatobin.com> | 2018-08-06 07:30:35 -0400 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-08-06 18:02:27 +0200 |
commit | 29a8db728079fa389e07f9cb185a50ba7f6ecce5 (patch) | |
tree | 4a1b701014cfe9dc6bcccf32e1004f62cf7b07a9 | |
parent | daa52eef9a2944fb3727024fbef1f9dbef1116db (diff) | |
download | UXP-29a8db728079fa389e07f9cb185a50ba7f6ecce5.tar UXP-29a8db728079fa389e07f9cb185a50ba7f6ecce5.tar.gz UXP-29a8db728079fa389e07f9cb185a50ba7f6ecce5.tar.lz UXP-29a8db728079fa389e07f9cb185a50ba7f6ecce5.tar.xz UXP-29a8db728079fa389e07f9cb185a50ba7f6ecce5.zip |
Fix include path
-rw-r--r-- | toolkit/components/search/orginal/nsSearchService.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/components/search/orginal/nsSearchService.js b/toolkit/components/search/orginal/nsSearchService.js index 3bcf4ce22..56d378b39 100644 --- a/toolkit/components/search/orginal/nsSearchService.js +++ b/toolkit/components/search/orginal/nsSearchService.js @@ -4968,4 +4968,4 @@ var engineUpdateService = { this.NSGetFactory = XPCOMUtils.generateNSGetFactory([SearchService]); -#include ../../../toolkit/modules/debug.js +#include ../../../../toolkit/modules/debug.js |