Closed
Bug 1168158
Opened 8 years ago
Closed 8 years ago
Make URLValue::mString a smart pointer
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla41
Tracking | Status | |
---|---|---|
firefox41 | --- | fixed |
People
(Reporter: nika, Assigned: nika)
Details
Attachments
(1 file, 1 obsolete file)
2.80 KB,
patch
|
Details | Diff | Splinter Review |
Assignee | ||
Comment 1•8 years ago
|
||
Assignee | ||
Updated•8 years ago
|
Attachment #8610183 -
Flags: review?(cam)
Comment 2•8 years ago
|
||
Comment on attachment 8610183 [details] [diff] [review] Make URLValue::mString a smart pointer Review of attachment 8610183 [details] [diff] [review]: ----------------------------------------------------------------- ::: layout/style/nsCSSValue.cpp @@ +2340,4 @@ > } > > css::URLValue::~URLValue() > +{} May as well remove the definition and put it inline in nsCSSValue.h.
Attachment #8610183 -
Flags: review?(cam) → review+
Assignee | ||
Comment 3•8 years ago
|
||
Move URLValue::~URLValue inline into the header
Attachment #8610183 -
Attachment is obsolete: true
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → michael
Keywords: checkin-needed
Comment 5•8 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/eff5410a0db3
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox41:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla41
You need to log in
before you can comment on or make changes to this bug.
Description
•