mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-05 00:02:37 +00:00
Fixing DEBUG-only bustage.
This commit is contained in:
parent
795021a138
commit
d86c49e21c
@ -1565,7 +1565,7 @@ FrameManager::ReParentStyleContext(nsIFrame* aFrame,
|
||||
}
|
||||
}
|
||||
#ifdef NS_DEBUG
|
||||
VerifyStyleTree(aFrame, aNewParentContext);
|
||||
VerifyStyleTree(GetPresContext(), aFrame, aNewParentContext);
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
@ -1565,7 +1565,7 @@ FrameManager::ReParentStyleContext(nsIFrame* aFrame,
|
||||
}
|
||||
}
|
||||
#ifdef NS_DEBUG
|
||||
VerifyStyleTree(aFrame, aNewParentContext);
|
||||
VerifyStyleTree(GetPresContext(), aFrame, aNewParentContext);
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user