Fix embedlite bustage from bug 233160.
git-svn-id: svn://10.0.0.236/trunk@153762 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -355,29 +355,3 @@ nsEmbedChromeRegistry::ConvertChromeURL(nsIURI* aChromeURL, nsACString& aResult)
|
||||
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsEmbedChromeRegistry::GetStyleSheets(nsIURI* aChromeURL, nsISupportsArray** aResult)
|
||||
{
|
||||
*aResult = mEmptyArray;
|
||||
NS_ADDREF(*aResult);
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsEmbedChromeRegistry::GetAgentSheets(nsIDocShell* aDocShell,
|
||||
nsISupportsArray** aResult)
|
||||
{
|
||||
*aResult = mEmptyArray;
|
||||
NS_ADDREF(*aResult);
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsEmbedChromeRegistry::GetUserSheets(PRBool aUseChromeSheets,
|
||||
nsISupportsArray** aResult)
|
||||
{
|
||||
*aResult = mEmptyArray;
|
||||
NS_ADDREF(*aResult);
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user