Rename nsIFrame::GetPresContext to nsIFrame::PresContext. Bug 376042, patch byTaras Glek <tglek@mozilla.com>, rs=roc.
This commit is contained in:
@@ -234,7 +234,7 @@ nsFileControlFrame::SetFocus(PRBool aOn, PRBool aRepaint)
|
||||
if (mTextFrame) {
|
||||
nsIContent* content = mTextFrame->GetContent();
|
||||
if (content) {
|
||||
content->SetFocus(GetPresContext());
|
||||
content->SetFocus(PresContext());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user