Closed
Bug 847144
Opened 13 years ago
Closed 13 years ago
Rename Element::GetAttributes() to Attributes() and remove null-checks
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla22
People
(Reporter: Ms2ger, Assigned: Ms2ger)
Details
Attachments
(1 file)
|
5.04 KB,
patch
|
mounir
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Attachment #720375 -
Flags: review?(khuey)
Comment 1•13 years ago
|
||
Comment on attachment 720375 [details] [diff] [review]
Patch v1
Review of attachment 720375 [details] [diff] [review]:
-----------------------------------------------------------------
r=mounir
Attachment #720375 -
Flags: review?(khuey) → review+
Comment 2•13 years ago
|
||
Why do we even have a "nsINode::GetAttributes(nsIDOMNamedNodeMap** aAttributes)" signature?
| Assignee | ||
Comment 3•13 years ago
|
||
Because NS_FORWARD_NSIDOMNODE_TO_NSINODE_HELPER calls it; it'll be gone when I move attributes to Element.
| Assignee | ||
Comment 4•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
Target Milestone: --- → mozilla22
You need to log in
before you can comment on or make changes to this bug.
Description
•