Closed
Bug 794582
Opened 13 years ago
Closed 13 years ago
Rename nsINode::GetSlots() to nsINode::Slots() and remove null-checks
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla18
People
(Reporter: Ms2ger, Assigned: Ms2ger)
Details
Attachments
(1 file)
8.79 KB,
patch
|
mounir
:
review+
|
Details | Diff | Splinter Review |
Stolen from Peter's patch queue.
Attachment #665082 -
Flags: review?(mounir)
Comment 1•13 years ago
|
||
Comment on attachment 665082 [details] [diff] [review]
Patch v1
Review of attachment 665082 [details] [diff] [review]:
-----------------------------------------------------------------
r=me with the two small changes listed below.
::: content/base/public/nsINode.h
@@ +793,1 @@
> if (s) {
Remove |if (s)|.
@@ +808,1 @@
> if (s) {
Remove |if(s)|.
Attachment #665082 -
Flags: review?(mounir) → review+
Assignee | ||
Comment 2•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
Target Milestone: --- → mozilla18
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
•