Backed out changeset 90a30ea68797

This commit is contained in:
Kyle Huey 2010-03-30 19:55:21 -04:00
parent 1284a86b27
commit 4bba0cff2a

View File

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