Bug 1022612. Part 9: nsDisplayScrollInfoLayer destructor does not need to destroy ScrollLayerCount. r=mattwoodrow

Getting the timing of this right without processing display items in reverse
order is hard. But it doesn't matter if this property sticks around anyway.

--HG--
extra : rebase_source : 9c94f2091818bb50b31a584a53c572007cd6d0e6
This commit is contained in:
Robert O'Callahan 2014-06-09 16:47:59 +12:00
Родитель c91f9e0d02
Коммит fad84a8654
1 изменённых файлов: 0 добавлений и 2 удалений

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

@ -4125,8 +4125,6 @@ nsDisplayScrollInfoLayer::nsDisplayScrollInfoLayer(
nsDisplayScrollInfoLayer::~nsDisplayScrollInfoLayer()
{
FrameProperties props = mScrolledFrame->Properties();
props.Remove(nsIFrame::ScrollLayerCount());
MOZ_COUNT_DTOR(nsDisplayScrollInfoLayer);
}