Closed
Bug 225825
Opened 21 years ago
Closed 21 years ago
clean up nodeinfo refcounting
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
People
(Reporter: bryner, Assigned: bryner)
Details
Attachments
(1 file)
6.50 KB,
patch
|
bzbarsky
:
review+
jst
:
superreview+
|
Details | Diff | Splinter Review |
These are some minor things I noticed after landing bug 225060. Some call sites
unnecessarily keep a reference to |content->GetNodeInfo()| even if they already
have a reference to |content|. This is unnecessary. Patch coming up.
Assignee | ||
Comment 1•21 years ago
|
||
Assignee | ||
Updated•21 years ago
|
Attachment #135589 -
Flags: superreview?(jst)
Attachment #135589 -
Flags: review?(bz-vacation)
Comment 2•21 years ago
|
||
Comment on attachment 135589 [details] [diff] [review]
patch
sr=jst
Attachment #135589 -
Flags: superreview?(jst) → superreview+
![]() |
||
Comment 3•21 years ago
|
||
Comment on attachment 135589 [details] [diff] [review]
patch
r=bzbarsky
Attachment #135589 -
Flags: review?(bz-vacation) → review+
Assignee | ||
Comment 4•21 years ago
|
||
checked in.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
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
•