bug 315570 r=benjamin
Add a reusable autocomplete result type that doesn't depend on Mork. Components can easily provide autocomplete results using this interface and implementation. This patch fixes some style and portability nits. Original committer: brettw%gmail.com Original revision: 1.3 Original date: 2005/11/09 21:27:51 git-svn-id: svn://10.0.0.236/trunk@202477 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -268,6 +268,7 @@ protected:
|
||||
};
|
||||
|
||||
|
||||
class AutoCompleteIntermediateResultSet;
|
||||
|
||||
// nsNavHistory
|
||||
|
||||
@@ -277,7 +278,7 @@ class nsNavHistory : nsSupportsWeakReference,
|
||||
public nsIBrowserHistory,
|
||||
public nsIAutoCompleteSearch
|
||||
{
|
||||
friend struct AutoCompleteIntermediateResultSet;
|
||||
friend class AutoCompleteIntermediateResultSet;
|
||||
public:
|
||||
nsNavHistory();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user