Backout Bug 566489, r=sdwilsh

This commit is contained in:
Michael Ventnor
2011-05-27 08:52:47 +10:00
parent b9bf049563
commit 462cb1f9fb
10 changed files with 34 additions and 511 deletions

View File

@@ -154,13 +154,6 @@ NS_IMETHODIMP nsFileResult::GetErrorDescription(nsAString & aErrorDescription)
return NS_OK;
}
NS_IMETHODIMP nsFileResult::GetIsURLResult(PRBool *aIsURLResult)
{
NS_ENSURE_ARG_POINTER(aIsURLResult);
*aIsURLResult = PR_FALSE;
return NS_OK;
}
NS_IMETHODIMP nsFileResult::GetMatchCount(PRUint32 *aMatchCount)
{
NS_ENSURE_ARG_POINTER(aMatchCount);