Closed
Bug 885819
Opened 12 years ago
Closed 12 years ago
Navigator.cpp build failure with --disable-media-navigator --enable-gamepad
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla25
People
(Reporter: mark.yen, Assigned: mark.yen)
Details
Attachments
(1 file)
758 bytes,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
--enable-gamepad causes Navigator.cpp to want to use nsGlobalWindow, which is normally included via MediaManager.h when --enable-media-navigator (which is the default in firefox/b2g/thunderbird/etc., but *not* in configure.in).
Attached patch should fix things; try run at https://tbpl.mozilla.org/?tree=Try&rev=8b8d70a25ab9
Attachment #766000 -
Flags: review?(bugs)
Comment 1•12 years ago
|
||
Comment on attachment 766000 [details] [diff] [review]
#include nsGlobalWindow.h
perhaps just unconditionally include nsGlobalWindow
Attachment #766000 -
Flags: review?(bugs) → review+
Assignee | ||
Comment 2•12 years ago
|
||
(Changed to an unconditional include)
https://hg.mozilla.org/integration/mozilla-inbound/rev/92076b9e6edd
I think I missed the 24 train...
Comment 3•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla25
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•