Closed
Bug 1363127
Opened 8 years ago
Closed 8 years ago
"ipc/mscom/ProxyStream.cpp(78): error C2065: 'nsPrintfCString': undeclared identifier" with --disable-accessibility
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
RESOLVED
FIXED
mozilla55
Tracking | Status | |
---|---|---|
firefox55 | --- | fixed |
People
(Reporter: RyanVM, Assigned: RyanVM)
References
Details
Attachments
(1 file)
(deleted),
patch
|
bugzilla
:
review+
|
Details | Diff | Splinter Review |
+++ This bug was initially created as a clone of Bug #1344187 +++
This turned up on a Try push I did recently with --disable-accessibility. I missed it before because --disable-crashreporter masked the issue. Per aklotz, should just need an nsPrintfCString.h include at the top.
Assignee | ||
Comment 1•8 years ago
|
||
Green on Try.
https://treeherder.mozilla.org/#/jobs?repo=try&revision=8f23fee7b9d52c11404b0801498507855243a510
Attachment #8865579 -
Flags: review?(aklotz)
Comment 2•8 years ago
|
||
Comment on attachment 8865579 [details] [diff] [review]
include nsPrintfCString.h in ProxyStream.cpp
Review of attachment 8865579 [details] [diff] [review]:
-----------------------------------------------------------------
r=me with comment addressed.
::: ipc/mscom/ProxyStream.cpp
@@ +13,5 @@
> #ifdef MOZ_CRASHREPORTER
> #include "nsExceptionHandler.h"
> #endif
>
> +#include "nsPrintfCString.h"
Please move this immediately below the nsExceptionHandler.h include inside the MOZ_CRASHREPORTER block.
Attachment #8865579 -
Flags: review?(aklotz) → review+
Pushed by ryanvm@gmail.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/e53435c89be3
Include nsPrintfCString.h in ProxyStream.cpp to fix --disable-accessibility bustage. r=aklotz
Comment 4•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
You need to log in
before you can comment on or make changes to this bug.
Description
•