Closed
Bug 548579
Opened 16 years ago
Closed 15 years ago
Improve nsINode::GetNodeType signature
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
DUPLICATE
of bug 659053
People
(Reporter: peterv, Unassigned)
Details
In bug 540848 I'm adding nsINode::GetNodeType with a signature identical to nsIDOMNode::GetNodeType, because it allows us to share implementations between the two. Ideally nsINode::GetNodeType would just return the nodetype directly instead of through an out param. If we do that we need to add implementations to all dom classes that currently implement nsIDOMNode::GetNodeType, and then add implementations for nsIDOMNode::GetNodeType that just call nsINode::GetNodeType.
| Reporter | ||
Updated•15 years ago
|
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
| Assignee | ||
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•