Merge m-c to a CLOSED TREE f-t

This commit is contained in:
Phil Ringnalda 2015-04-21 20:21:19 -07:00
Родитель 9adc1fecb8 2509aee14f
Коммит 9aae286c10
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1069,7 +1069,7 @@ nsLayoutUtils::SetDisplayPortMargins(nsIContent* aContent,
RepaintMode aRepaintMode)
{
MOZ_ASSERT(aContent);
MOZ_ASSERT(aContent->GetCurrentDoc() == aPresShell->GetDocument());
MOZ_ASSERT(aContent->GetComposedDoc() == aPresShell->GetDocument());
DisplayPortMarginsPropertyData* currentData =
static_cast<DisplayPortMarginsPropertyData*>(aContent->GetProperty(nsGkAtoms::DisplayPortMargins));