Closed
Bug 1257479
Opened 9 years ago
Closed 9 years ago
Fix IMMHandler.cpp compilation with GCC.
Categories
(Core :: Widget: Win32, defect)
Core
Widget: Win32
Tracking
()
RESOLVED
DUPLICATE
of bug 1137561
Tracking | Status | |
---|---|---|
firefox48 | --- | affected |
People
(Reporter: jacek, Assigned: jacek)
Details
Attachments
(1 file)
992 bytes,
patch
|
Details | Diff | Splinter Review |
I get:
widget/windows/IMMHandler.cpp: In member function ‘mozilla::widget::TextEventDispatcher* mozilla::widget::IMMHandler::GetTextEventDispatcherFor(nsWindow*)’:
widget/windows/IMMHandler.cpp:1268:53: error: operands to ?: have different types ‘RefPtr<mozilla::widget::TextEventDispatcher>’ and ‘nsIWidget::TextEventDispatcher* {aka mozilla::widget::TextEventDispatcher*}’
return aWindow == mComposingWindow && mDispatcher ?
^
widget/windows/IMMHandler.cpp:1268:53: note: and each type can be converted to the other
on mingw.
Attachment #8731625 -
Flags: review?(m_kato)
Comment 1•9 years ago
|
||
I already landed as http://hg.mozilla.org/integration/mozilla-inbound/rev/22b32ab5ce8f. Do you still fail on the latest m-i?
Assignee | ||
Comment 2•9 years ago
|
||
I missed that, I was testing with m-c. Sorry about that.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Updated•9 years ago
|
Attachment #8731625 -
Flags: review?(m_kato)
You need to log in
before you can comment on or make changes to this bug.
Description
•