Fix leak of content on all key and IME events. b=241591 r+sr=bryner

git-svn-id: svn://10.0.0.236/trunk@155558 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dbaron%dbaron.org
2004-04-26 23:19:50 +00:00
parent cec069bfe1
commit 48b55c6f36
2 changed files with 0 additions and 2 deletions

View File

@@ -5781,7 +5781,6 @@ PresShell::HandleEvent(nsIView *aView,
NS_IF_RELEASE(mCurrentEventContent);
esm->GetFocusedContent(&mCurrentEventContent);
NS_IF_ADDREF(mCurrentEventContent);
esm->GetFocusedFrame(&mCurrentEventFrame);
if (!mCurrentEventFrame) {