From f7fe1611ded9a2622d13bffa539ea38ae97e75ed Mon Sep 17 00:00:00 2001 From: Kyle Huey Date: Wed, 31 Mar 2010 09:21:17 -0400 Subject: [PATCH] Bug 253889: Bustage fix --- layout/base/nsPresShell.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout/base/nsPresShell.cpp b/layout/base/nsPresShell.cpp index f5b2b3169d6d..7a33295fcb83 100644 --- a/layout/base/nsPresShell.cpp +++ b/layout/base/nsPresShell.cpp @@ -2779,7 +2779,7 @@ PresShell::NotifyDestroyingFrame(nsIFrame* aFrame) } } -already_AddRefed PresShell::GetCaret() +already_AddRefed PresShell::GetCaret() const { nsCaret* caret = mCaret; NS_IF_ADDREF(caret);