Closed
Bug 733988
Opened 13 years ago
Closed 13 years ago
Build bustage: WinMouseScrollHandler.cpp(1217) : error C2653: 'nsGkAtoms' : is not a class or namespace name
Categories
(Core :: Widget: Win32, defect)
Tracking
()
RESOLVED
FIXED
mozilla13
People
(Reporter: mayhemer, Assigned: mayhemer)
References
Details
Attachments
(1 file)
(deleted),
patch
|
masayuki
:
review+
mayhemer
:
checkin+
|
Details | Diff | Splinter Review |
I'm hitting this build error on my win32 msys build env. I'm using pymake. Clobbered build.
To fix this WinMouseScrollHandler.cpp needs to #include "nsGkAtoms.h".
Attachment #603941 -
Flags: review?(jmathies)
Comment 1•13 years ago
|
||
Comment on attachment 603941 [details] [diff] [review]
v1
r=masayuki
thanks!
Attachment #603941 -
Flags: review?(jmathies) → review+
Assignee | ||
Comment 2•13 years ago
|
||
Comment on attachment 603941 [details] [diff] [review]
v1
https://hg.mozilla.org/integration/mozilla-inbound/rev/afa6624ca059
Attachment #603941 -
Flags: checkin+
Comment 3•13 years ago
|
||
Interestingly enough, I saw the same bustage, but only with --disable-accessibility in my mozconfig (Win7).
Comment 4•13 years ago
|
||
Assignee: nobody → honzab.moz
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla13
Assignee | ||
Comment 5•13 years ago
|
||
(In reply to Alex Vincent [:WeirdAl] from comment #3)
> Interestingly enough, I saw the same bustage, but only with
> --disable-accessibility in my mozconfig (Win7).
Confirming. I have the same in my .mozconfig.
You need to log in
before you can comment on or make changes to this bug.
Description
•