Closed
Bug 521350
Opened 15 years ago
Closed 15 years ago
remove nsCSSValue::nsCSSValue(nscolor) constructor
Categories
(Core :: CSS Parsing and Computation, defect, P3)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla1.9.3a1
People
(Reporter: dbaron, Unassigned)
Details
Attachments
(1 file)
(deleted),
patch
|
bzbarsky
:
review+
|
Details | Diff | Splinter Review |
The nsCSSValue constructor taking an nscolor argument is a bad idea since nscolor is just PRUint32; it's also unused, so we should just remove it.
(Spun off of bug 520396 comment 12.)
Attachment #405369 -
Flags: review?(bzbarsky)
Updated•15 years ago
|
Attachment #405369 -
Flags: review?(bzbarsky) → review+
Comment 1•15 years ago
|
||
Comment on attachment 405369 [details] [diff] [review]
patch
Oh, to have real strong typing... ;)
Reporter | ||
Comment 2•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Priority: -- → P3
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9.3a1
You need to log in
before you can comment on or make changes to this bug.
Description
•