Bug 66835 - fix method hiding warnings by renaming some methods on nsIContent. r=jag, sr=jst.

git-svn-id: svn://10.0.0.236/trunk@101283 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bryner%netscape.com
2001-08-17 08:14:14 +00:00
parent 7c473115e1
commit 7da361b479
138 changed files with 1354 additions and 1314 deletions

View File

@@ -4830,9 +4830,9 @@ PresShell::HandlePostedAttributeChanges()
}
if (node->type == eChangeType_Set)
node->content->SetAttribute(node->nameSpaceID, node->name, node->value, node->notify);
node->content->SetAttr(node->nameSpaceID, node->name, node->value, node->notify);
else
node->content->UnsetAttribute(node->nameSpaceID, node->name, node->notify);
node->content->UnsetAttr(node->nameSpaceID, node->name, node->notify);
NS_RELEASE(node->content);
node->nsAttributeChangeRequest::~nsAttributeChangeRequest();