зеркало из https://github.com/mozilla/gecko-dev.git
Forgot to initialize mQuotesDirty in constructor. b=24861 rs=tor
This commit is contained in:
Родитель
aebdfa036d
Коммит
d82f0f7484
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче