Closed
Bug 1364433
Opened 8 years ago
Closed 8 years ago
"gfx/thebes/DeviceManagerDx.cpp(19): fatal error C1083: Cannot open include file: 'nsExceptionHandler.h': No such file or directory" with --disable-crashreporter
Categories
(Core :: Graphics: Layers, enhancement)
Tracking
()
RESOLVED
FIXED
mozilla55
| Tracking | Status | |
|---|---|---|
| firefox55 | --- | fixed |
People
(Reporter: RyanVM, Assigned: RyanVM)
References
Details
Attachments
(1 file)
|
1.14 KB,
patch
|
dvander
:
review+
|
Details | Diff | Splinter Review |
Looks like we just need to move the includes to an #ifdef MOZ_CRASHREPORTER block.
Attachment #8867158 -
Flags: review?(dvander) → review+
Pushed by ryanvm@gmail.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/77dbf5613f90
Add MOZ_CRASHREPORTER ifdefs to DeviceManagerDx.cpp to fix --disable-crashreporter bustage. r=dvander
Comment 4•8 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
Comment 5•8 years ago
|
||
Just to clear things up, AFAIK this was Windows only.
OS: Unspecified → Windows
You need to log in
before you can comment on or make changes to this bug.
Description
•