зеркало из https://github.com/mozilla/gecko-dev.git
Disable VerifyTree for now
This commit is contained in:
Родитель
cfd57f3de5
Коммит
1bc8c6c12a
|
@ -113,6 +113,7 @@ public:
|
|||
nsReflowMetrics& aDesiredSize,
|
||||
const nsReflowState& aReflowState,
|
||||
nsReflowStatus& aStatus);
|
||||
NS_IMETHOD VerifyTree() const;
|
||||
nscoord GetBorderWidth(nsIPresContext& aPresContext);
|
||||
PRBool IsInline();
|
||||
|
||||
|
@ -355,6 +356,14 @@ nsHTMLFrameOuterFrame::Reflow(nsIPresContext& aPresContext,
|
|||
return NS_OK;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsHTMLFrameOuterFrame::VerifyTree() const
|
||||
{
|
||||
// XXX Completely disabled for now; once pseud-frames are reworked
|
||||
// then we can turn it back on.
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
/*******************************************************************************
|
||||
* nsHTMLFrameInnerFrame
|
||||
******************************************************************************/
|
||||
|
|
Загрузка…
Ссылка в новой задаче