Bug 253889: Windows bustage fix.

This commit is contained in:
Kyle Huey 2010-03-28 19:57:06 -04:00
parent 61dba9a452
commit 1284a86b27

View File

@ -2781,7 +2781,6 @@ PresShell::NotifyDestroyingFrame(nsIFrame* aFrame)
}
}
// note that this can return a null caret, but NS_OK
already_AddRefed<nsCaret> PresShell::GetCaret()
{
nsCaret* caret = mCaret;
@ -2789,7 +2788,7 @@ already_AddRefed<nsCaret> PresShell::GetCaret()
return caret;
}
NS_IMETHODIMP_(void) PresShell::MaybeInvalidateCaretPosition()
void PresShell::MaybeInvalidateCaretPosition()
{
if (mCaret) {
mCaret->InvalidateOutsideCaret();