Missed necessary cleanup in last checkin. r=pollmann
git-svn-id: svn://10.0.0.236/trunk@58193 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
f935ba8afa
commit
3d5874d107
@ -626,7 +626,6 @@ nsHTMLTableElement::CreateTFoot(nsIDOMHTMLElement** aValue)
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsHTMLTableElement::DeleteTFoot()
|
||||
{
|
||||
{
|
||||
nsCOMPtr<nsIDOMHTMLTableSectionElement> childToDelete;
|
||||
nsresult rv = GetTFoot(getter_AddRefs(childToDelete));
|
||||
@ -638,11 +637,8 @@ nsHTMLTableElement::DeleteTFoot()
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsHTMLTableElement::CreateCaption(nsIDOMHTMLElement** aValue)
|
||||
{
|
||||
{
|
||||
*aValue = nsnull;
|
||||
nsresult rv = NS_OK;
|
||||
@ -665,7 +661,6 @@ nsHTMLTableElement::CreateCaption(nsIDOMHTMLElement** aValue)
|
||||
}
|
||||
return NS_OK;
|
||||
}
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsHTMLTableElement::DeleteCaption()
|
||||
|
||||
@ -626,7 +626,6 @@ nsHTMLTableElement::CreateTFoot(nsIDOMHTMLElement** aValue)
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsHTMLTableElement::DeleteTFoot()
|
||||
{
|
||||
{
|
||||
nsCOMPtr<nsIDOMHTMLTableSectionElement> childToDelete;
|
||||
nsresult rv = GetTFoot(getter_AddRefs(childToDelete));
|
||||
@ -638,11 +637,8 @@ nsHTMLTableElement::DeleteTFoot()
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsHTMLTableElement::CreateCaption(nsIDOMHTMLElement** aValue)
|
||||
{
|
||||
{
|
||||
*aValue = nsnull;
|
||||
nsresult rv = NS_OK;
|
||||
@ -665,7 +661,6 @@ nsHTMLTableElement::CreateCaption(nsIDOMHTMLElement** aValue)
|
||||
}
|
||||
return NS_OK;
|
||||
}
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsHTMLTableElement::DeleteCaption()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user