Closed
Bug 1247150
Opened 9 years ago
Closed 9 years ago
consistently use pointers for sheet-typed outparams in nsLayoutStylesheetCache
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla48
Tracking | Status | |
---|---|---|
firefox48 | --- | fixed |
People
(Reporter: heycam, Assigned: heycam)
References
Details
Attachments
(1 file)
12.97 KB,
patch
|
dholbert
:
review+
|
Details | Diff | Splinter Review |
After bug 1244074 we'll have a mix of StyleSheetHandle::RefPtr& and StyleSheetHandle::RefPtr* outparams. We should make these consistent (using pointers, as dholbert suggests in bug 1244074 comment 14).
Assignee | ||
Comment 1•9 years ago
|
||
Updated•9 years ago
|
Attachment #8740905 -
Flags: review?(dholbert) → review+
Comment 3•9 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox48:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla48
You need to log in
before you can comment on or make changes to this bug.
Description
•