Closed
Bug 1168158
Opened 11 years ago
Closed 11 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•11 years ago
|
||
| Assignee | ||
Updated•11 years ago
|
Attachment #8610183 -
Flags: review?(cam)
Comment 2•11 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•11 years ago
|
||
Move URLValue::~URLValue inline into the header
Attachment #8610183 -
Attachment is obsolete: true
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → michael
Keywords: checkin-needed
Keywords: checkin-needed
Comment 5•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 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
•