Commit e1459dbe authored by Timothy Nikkel's avatar Timothy Nikkel
Browse files

Bug 435441 patch 4 followup fix. One instance of mPendingRestyles -> aRestyles...

Bug 435441 patch 4 followup fix. One instance of mPendingRestyles -> aRestyles was missed in patch 4. r=dbaron
parent 27862f43
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11629,7 +11629,7 @@ nsCSSFrameConstructor::ProcessPendingRestyleTable(
                        currentRestyle->mChangeHint);
    }

    count = mPendingRestyles.Count();
    count = aRestyles.Count();
  }

  EndUpdate();