backing out my fix for bug #399664, due to 2% Ts regression

(see bug #402668 for details)


git-svn-id: svn://10.0.0.236/trunk@238575 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
sspitzer%mozilla.org
2007-11-06 08:43:55 +00:00
parent 01ed54eeff
commit 4a59db2f70
15 changed files with 198 additions and 798 deletions

View File

@@ -628,17 +628,10 @@ NS_IMETHODIMP
nsAutoCompleteController::SetSearchString(const nsAString &aSearchString)
{
mSearchString = aSearchString;
return NS_OK;
}
NS_IMETHODIMP
nsAutoCompleteController::GetSearchString(nsAString &aSearchString)
{
aSearchString = mSearchString;
return NS_OK;
}
////////////////////////////////////////////////////////////////////////
//// nsIAutoCompleteObserver