This commit is contained in:
Kyle Huey 2010-03-31 09:21:17 -04:00
Родитель fbc0e59dce
Коммит f7fe1611de
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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);