Bug 253889: Bustage fix

This commit is contained in:
Kyle Huey 2010-03-31 09:21:17 -04:00
parent 6f48d9c234
commit 21f45224d7

View File

@ -2779,7 +2779,7 @@ PresShell::NotifyDestroyingFrame(nsIFrame* aFrame)
}
}
already_AddRefed<nsCaret> PresShell::GetCaret()
already_AddRefed<nsCaret> PresShell::GetCaret() const
{
nsCaret* caret = mCaret;
NS_IF_ADDREF(caret);