git-svn-id: svn://10.0.0.236/trunk@127827 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jkeiser%netscape.com
2002-08-22 02:11:05 +00:00
parent e1edc1988f
commit 01aaff5895
2 changed files with 2 additions and 2 deletions

View File

@@ -924,7 +924,7 @@ nsFrameborder nsHTMLFramesetFrame::GetFrameBorder(nsIContent* aContent)
{
nsFrameborder result = eFrameborder_Notset;
nsCOMPtr<nsIHTMLContent> content(do_QueryInterface(mContent));
nsCOMPtr<nsIHTMLContent> content(do_QueryInterface(aContent));
if (content) {
result = GetFrameBorderHelper(content);