Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(369)

Unified Diff: ui/base/ime/win/tsf_bridge.cc

Issue 11779010: Use a correct instance to create ITfContext. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/ime/win/tsf_bridge.cc
diff --git a/ui/base/ime/win/tsf_bridge.cc b/ui/base/ime/win/tsf_bridge.cc
index 162f508d836fc36bfdbfa26210227b1d1bef4d57..ef319eb69e858564a6e1eae1937916015b707ed1 100644
--- a/ui/base/ime/win/tsf_bridge.cc
+++ b/ui/base/ime/win/tsf_bridge.cc
@@ -283,7 +283,7 @@ bool TSFBridgeDelegate::CreateDocumentManager(TSFTextStore* text_store,
}
DWORD edit_cookie = TF_INVALID_EDIT_COOKIE;
- if (FAILED(document_manager_for_editable_->CreateContext(
+ if (FAILED((*document_manager)->CreateContext(
client_id_,
0,
static_cast<ITextStoreACP*>(text_store),
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698