From f5fedbf6efc69c24db6824da33cf76b7908c5b80 Mon Sep 17 00:00:00 2001 From: "gavin%gavinsharp.com" Date: Thu, 6 Jul 2006 02:57:51 +0000 Subject: [PATCH] Small tweak to sync branch/trunk, no functional change git-svn-id: svn://10.0.0.236/trunk@201649 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/browser/components/search/nsSearchService.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/mozilla/browser/components/search/nsSearchService.js b/mozilla/browser/components/search/nsSearchService.js index b948e055945..7b55475bd75 100755 --- a/mozilla/browser/components/search/nsSearchService.js +++ b/mozilla/browser/components/search/nsSearchService.js @@ -1843,6 +1843,12 @@ Engine.prototype = { return ""; }, + // This getter is used in SearchService.observe. It is not intended to be + // used (or needed) by callers outside this file. + get uri() { + return this._uri; + }, + // The file that the plugin is loaded from is a unique identifier for it. We // use this as the identifier to store data in the sqlite database get _id() { @@ -1876,12 +1882,6 @@ Engine.prototype = { return this._type; }, - // This getter is used in SearchService.observer. It is not intended to be - // used (or needed) by callers outside this file. - get uri() { - return this._uri; - }, - get searchForm() { if (!this._searchForm) { // No searchForm specified in the engine definition file, use the prePath