Closed
Bug 756576
Opened 13 years ago
Closed 13 years ago
nsDOMAttributeMap::Init should be removed
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla15
People
(Reporter: benjamin, Assigned: jhk)
References
Details
(Whiteboard: [mentor=bsmedberg][lang=c++])
Attachments
(1 file, 1 obsolete file)
2.17 KB,
patch
|
benjamin
:
review+
|
Details | Diff | Splinter Review |
Now that hashtable init is infallible (bug 734847), nsDOMAttributeMap::Init is also infallible and should be folded into the constructor/removed.
Comment 1•13 years ago
|
||
Assignee | ||
Comment 2•13 years ago
|
||
Attachment #625261 -
Flags: review?(benjamin)
Assignee | ||
Comment 3•13 years ago
|
||
Forget to refresh. Please review this one.
Assignee | ||
Updated•13 years ago
|
Attachment #625262 -
Flags: review?(benjamin)
Assignee | ||
Updated•13 years ago
|
Attachment #625261 -
Flags: review?(benjamin)
Reporter | ||
Comment 4•13 years ago
|
||
Comment on attachment 625262 [details] [diff] [review]
Patch(v1)
Great. Do you know how to get this landed or do you need help with that?
Attachment #625262 -
Flags: review?(benjamin) → review+
Updated•13 years ago
|
Assignee: nobody → jigneshhk1992
Assignee | ||
Updated•13 years ago
|
Keywords: checkin-needed
Updated•13 years ago
|
Attachment #625261 -
Attachment is obsolete: true
Comment 5•13 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/640557f458be
I had to un-bitrot nsDOMAttributeMap.cpp a bit. Please make sure that I didn't mess it up.
Comment 6•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Comment 7•13 years ago
|
||
(In reply to Ryan VanderMeulen from comment #5)
> https://hg.mozilla.org/integration/mozilla-inbound/rev/640557f458be
>
> I had to un-bitrot nsDOMAttributeMap.cpp a bit. Please make sure that I
> didn't mess it up.
Confirmed.
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
•