mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-04 13:07:52 +00:00
Bug 1137561 - Follow up VS2015 build error. r=masayuki
MozReview-Commit-ID: 52ccdKvzVbK
This commit is contained in:
parent
7d88785757
commit
79b5a1a459
@ -1266,7 +1266,7 @@ TextEventDispatcher*
|
|||||||
IMMHandler::GetTextEventDispatcherFor(nsWindow* aWindow)
|
IMMHandler::GetTextEventDispatcherFor(nsWindow* aWindow)
|
||||||
{
|
{
|
||||||
return aWindow == mComposingWindow && mDispatcher ?
|
return aWindow == mComposingWindow && mDispatcher ?
|
||||||
mDispatcher : aWindow->GetTextEventDispatcher();
|
mDispatcher.get() : aWindow->GetTextEventDispatcher();
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
Loading…
x
Reference in New Issue
Block a user