Closed
Bug 1378499
Opened 8 years ago
Closed 8 years ago
Missing #include in nsPrintDialogX.mm and nsCocoaWindow.mm
Categories
(Core :: Widget: Cocoa, defect)
Core
Widget: Cocoa
Tracking
()
RESOLVED
FIXED
mozilla56
Tracking | Status | |
---|---|---|
firefox56 | --- | fixed |
People
(Reporter: ewright, Assigned: ewright)
Details
Attachments
(1 file)
Missing #include in `widget/cocoa/nsPrintDialogX.mm` and `widget/cocoa/nsCocoaWindow.mm`.
Apparently due to unified builds, some files have been forgotten.
#include "ScreenHelperCocoa.h"
and
#include "mozilla/Preferences.h"
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → ewright
Comment hidden (mozreview-request) |
Comment 2•8 years ago
|
||
mozreview-review |
Comment on attachment 8883707 [details]
Bug 1378499 - add missing include files.
https://reviewboard.mozilla.org/r/154610/#review159700
Attachment #8883707 -
Flags: review?(mstange) → review+
Assignee | ||
Updated•8 years ago
|
Keywords: checkin-needed
Updated•8 years ago
|
Keywords: checkin-needed
Pushed by mstange@themasta.com:
https://hg.mozilla.org/integration/autoland/rev/c12c7198c4d3
add missing include files. r=mstange
Comment 4•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox56:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla56
You need to log in
before you can comment on or make changes to this bug.
Description
•