Fix SVG bustage. DeCOMify nsStyleContext. b=114713
git-svn-id: svn://10.0.0.236/trunk@138133 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -95,7 +95,6 @@ nsSVGGraphicFrame::Init(nsIPresContext* aPresContext,
|
||||
nsStyleContext* aContext,
|
||||
nsIFrame* aPrevInFlow)
|
||||
{
|
||||
nsresult rv;
|
||||
// rv = nsSVGGraphicFrameBase::Init(aPresContext, aContent, aParent,
|
||||
// aContext, aPrevInFlow);
|
||||
|
||||
@@ -105,9 +104,9 @@ nsSVGGraphicFrame::Init(nsIPresContext* aPresContext,
|
||||
|
||||
Init();
|
||||
|
||||
rv = SetStyleContext(aPresContext, aContext);
|
||||
SetStyleContext(aPresContext, aContext);
|
||||
|
||||
return rv;
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
|
||||
Reference in New Issue
Block a user