Fixing build bustage.
git-svn-id: svn://10.0.0.236/trunk@110660 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -10449,7 +10449,7 @@ nsCSSFrameConstructor::AttributeChanged(nsIPresContext* aPresContext,
|
||||
if (primaryFrame) {
|
||||
const nsStyleDisplay* disp;
|
||||
primaryFrame->GetStyleData(eStyleStruct_Display,
|
||||
(nsStyleStruct*&)disp);
|
||||
(const nsStyleStruct*&)disp);
|
||||
if (disp && disp->mAppearance) {
|
||||
nsCOMPtr<nsITheme> theme;
|
||||
aPresContext->GetTheme(getter_AddRefs(theme));
|
||||
|
||||
Reference in New Issue
Block a user