зеркало из https://github.com/mozilla/pjs.git
Bug 597676. If there's no rootPresContext, we should never detect DOM modification. Makes printing paint again. r=dbaron a=blocking2.0:beta7
This commit is contained in:
Родитель
8815a5cdc0
Коммит
00fa3dcc1b
|
@ -1696,7 +1696,7 @@ FrameLayerBuilder::DrawThebesLayer(ThebesLayer* aLayer,
|
||||||
PRBool
|
PRBool
|
||||||
FrameLayerBuilder::CheckDOMModified()
|
FrameLayerBuilder::CheckDOMModified()
|
||||||
{
|
{
|
||||||
if (mRootPresContext &&
|
if (!mRootPresContext ||
|
||||||
mInitialDOMGeneration == mRootPresContext->GetDOMGeneration())
|
mInitialDOMGeneration == mRootPresContext->GetDOMGeneration())
|
||||||
return PR_FALSE;
|
return PR_FALSE;
|
||||||
if (mDetectedDOMModification) {
|
if (mDetectedDOMModification) {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче