Temporarily turning off optimization

This commit is contained in:
rods%netscape.com 2000-01-09 02:03:23 +00:00
parent a5b48b3896
commit 0f8bcdb83c
2 changed files with 2 additions and 2 deletions

View File

@ -669,7 +669,7 @@ nsComboboxControlFrame::Reflow(nsIPresContext* aPresContext,
}
#endif
#if 1
#if 0
nsresult skiprv = nsFormControlFrame::SkipResizeReflow(mCacheSize, mCachedMaxElementSize, aPresContext,
aDesiredSize, aReflowState, aStatus);
if (NS_SUCCEEDED(skiprv)) {

View File

@ -669,7 +669,7 @@ nsComboboxControlFrame::Reflow(nsIPresContext* aPresContext,
}
#endif
#if 1
#if 0
nsresult skiprv = nsFormControlFrame::SkipResizeReflow(mCacheSize, mCachedMaxElementSize, aPresContext,
aDesiredSize, aReflowState, aStatus);
if (NS_SUCCEEDED(skiprv)) {