mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-27 10:50:35 +00:00
Fix misplaced closing } from patch in bug 188734. b=189292
This commit is contained in:
parent
b3468d9e52
commit
d665e00ad9
@ -10456,8 +10456,8 @@ nsCSSFrameConstructor::ContentStatesChanged(nsIPresContext* aPresContext,
|
||||
if (frameChange & ~(nsChangeHint_AttrChange | nsChangeHint_Aural)) {
|
||||
// let primary frame deal with it
|
||||
result = primaryFrame1->ContentStateChanged(aPresContext, aContent1, frameChange);
|
||||
ProcessRestyledFrames(changeList, aPresContext);
|
||||
}
|
||||
ProcessRestyledFrames(changeList, aPresContext);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -10456,8 +10456,8 @@ nsCSSFrameConstructor::ContentStatesChanged(nsIPresContext* aPresContext,
|
||||
if (frameChange & ~(nsChangeHint_AttrChange | nsChangeHint_Aural)) {
|
||||
// let primary frame deal with it
|
||||
result = primaryFrame1->ContentStateChanged(aPresContext, aContent1, frameChange);
|
||||
ProcessRestyledFrames(changeList, aPresContext);
|
||||
}
|
||||
ProcessRestyledFrames(changeList, aPresContext);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user