Closed
Bug 698261
Opened 14 years ago
Closed 14 years ago
Remove the aElementType argument of NS_NewElement
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla11
People
(Reporter: Ms2ger, Assigned: Ms2ger)
References
Details
(Whiteboard: [qa-])
Attachments
(1 file)
13.45 KB,
patch
|
bzbarsky
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Flags: in-testsuite-
Assignee | ||
Comment 1•14 years ago
|
||
Attachment #570541 -
Flags: review?(bzbarsky)
![]() |
||
Comment 2•14 years ago
|
||
Comment on attachment 570541 [details] [diff] [review]
Patch v1
Why do you need the on-stack nodeInfo? You can just do:
PRInt32 ns = aNodeInfo.get()->NamespaceID();
right?
r=me with that.
Attachment #570541 -
Flags: review?(bzbarsky) → review+
Assignee | ||
Comment 3•14 years ago
|
||
I guess I can... It's just that playing around with already_AddRefed pointers scares me a little.
Assignee | ||
Comment 4•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Whiteboard: [qa-]
Target Milestone: --- → mozilla11
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•