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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user