Bug 1244068 - Part 4: Use StyleSetHandle instead of concrete style set class in most places. r=dholbert
This commit is contained in:
@@ -267,7 +267,7 @@ nsHTMLDocument::ResetToURI(nsIURI *aURI, nsILoadGroup *aLoadGroup,
|
||||
already_AddRefed<nsIPresShell>
|
||||
nsHTMLDocument::CreateShell(nsPresContext* aContext,
|
||||
nsViewManager* aViewManager,
|
||||
nsStyleSet* aStyleSet)
|
||||
StyleSetHandle aStyleSet)
|
||||
{
|
||||
return doCreateShell(aContext, aViewManager, aStyleSet);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user