Bug 1137561 - Follow up VS2015 build error. r=masayuki

MozReview-Commit-ID: 52ccdKvzVbK
This commit is contained in:
Makoto Kato 2016-03-17 13:56:15 +09:00
parent 7d88785757
commit 79b5a1a459

View File

@ -1266,7 +1266,7 @@ TextEventDispatcher*
IMMHandler::GetTextEventDispatcherFor(nsWindow* aWindow)
{
return aWindow == mComposingWindow && mDispatcher ?
mDispatcher : aWindow->GetTextEventDispatcher();
mDispatcher.get() : aWindow->GetTextEventDispatcher();
}
void