Closed
Bug 976908
Opened 12 years ago
Closed 12 years ago
remove unnecessary TelemetryHistogramEnums.h inclusion from Layers.cpp
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
mozilla30
People
(Reporter: heycam, Assigned: heycam)
Details
Attachments
(1 file)
|
1.09 KB,
patch
|
mattwoodrow
:
review+
|
Details | Diff | Splinter Review |
Including TelemetryHistogramEnums.h is not necessary, as Telemetry.h does so already. The current inclusion actually defines a duplicate ID enum in the global namespace rather than in the Telemetry namespace that Telemetry.h does.
Attachment #8381873 -
Flags: review?(matt.woodrow)
Updated•12 years ago
|
Attachment #8381873 -
Flags: review?(matt.woodrow) → review+
| Assignee | ||
Comment 1•12 years ago
|
||
Comment 2•12 years ago
|
||
Assignee: nobody → cam
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla30
You need to log in
before you can comment on or make changes to this bug.
Description
•