mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-26 06:38:36 +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)
|
||||
{
|
||||
return aWindow == mComposingWindow && mDispatcher ?
|
||||
mDispatcher : aWindow->GetTextEventDispatcher();
|
||||
mDispatcher.get() : aWindow->GetTextEventDispatcher();
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
x
Reference in New Issue
Block a user