Bug 1263653 - Fixed TSFTextStore.h compilation with mingw. r=masayuki

This commit is contained in:
Jacek Caban
2016-04-12 12:37:18 +02:00
parent 29fc0130e8
commit af5e87c81d
2 changed files with 7 additions and 7 deletions

View File

@@ -5304,7 +5304,7 @@ TSFTextStore::SetInputContext(nsWindowBase* aWidget,
if (aAction.mFocusChange != InputContextAction::FOCUS_NOT_CHANGED) {
if (sEnabledTextStore) {
RefPtr<TSFTextStore> textStore = sEnabledTextStore;
RefPtr<TSFTextStore> textStore(sEnabledTextStore);
textStore->SetInputScope(aContext.mHTMLInputType,
aContext.mHTMLInputInputmode);
}