Forgot to initialize mQuotesDirty in constructor. b=24861 rs=tor

This commit is contained in:
dbaron%dbaron.org 2004-04-16 19:06:51 +00:00
Родитель aebdfa036d
Коммит d82f0f7484
2 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -1260,6 +1260,7 @@ nsCSSFrameConstructor::nsCSSFrameConstructor(nsIDocument *aDocument)
, mDocElementContainingBlock(nsnull)
, mGfxScrollFrame(nsnull)
, mUpdateCount(0)
, mQuotesDirty(PR_FALSE)
{
if (!gGotXBLFormPrefs) {
gGotXBLFormPrefs = PR_TRUE;

Просмотреть файл

@ -1260,6 +1260,7 @@ nsCSSFrameConstructor::nsCSSFrameConstructor(nsIDocument *aDocument)
, mDocElementContainingBlock(nsnull)
, mGfxScrollFrame(nsnull)
, mUpdateCount(0)
, mQuotesDirty(PR_FALSE)
{
if (!gGotXBLFormPrefs) {
gGotXBLFormPrefs = PR_TRUE;