mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-04 11:26:09 +00:00
Bug 319558, crash [@ GetSelectionClosestFrameForChild] due to typo in bug 316281. Remove unwanted semicolon. Patch by Adam Guthrie <ispiked@gmail.com>. r=me
This commit is contained in:
parent
0e628dfa78
commit
0e1d9f3154
@ -2054,7 +2054,7 @@ static FrameTarget GetSelectionClosestFrame(nsIFrame* aFrame, nsPoint aPoint)
|
||||
}
|
||||
}
|
||||
} while (kid = kid->GetNextSibling());
|
||||
if (closestFrame);
|
||||
if (closestFrame)
|
||||
return GetSelectionClosestFrameForChild(closestFrame, aPoint);
|
||||
}
|
||||
return FrameTarget(aFrame, PR_FALSE, PR_FALSE);
|
||||
|
Loading…
Reference in New Issue
Block a user