Bug 826411 - Remove obsolete comment about compiler-specific workaround. r=mats

This commit is contained in:
Kartikaya Gupta 2013-01-04 10:12:11 -05:00
Родитель f267e8833e
Коммит 47cf762c14
1 изменённых файлов: 0 добавлений и 5 удалений

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

@ -2164,11 +2164,6 @@ static void HandleScrollPref(nsIScrollable *aScrollable, int32_t aOrientation,
nsGfxScrollFrameInner::ScrollbarStyles
nsGfxScrollFrameInner::GetScrollbarStylesFromFrame() const
{
// XXX EVIL COMPILER BUG BE CAREFUL WHEN CHANGING THIS METHOD
// There's bugs in the Android compiler :(
// It was first worked around in bug 642205, then it failed
// on armv6 (bug 790624) *in a different way*.
nsPresContext* presContext = mOuter->PresContext();
if (!presContext->IsDynamic() &&
!(mIsRoot && presContext->HasPaginatedScrolling())) {