Bug 1263653 - Fixed TSFTextStore.h compilation with mingw. r=masayuki
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user