Chromium Code Reviews
DescriptionFix crash around Reset function call.
There is timing issue around initialization, if the InputContext is initialized
after InputMethodManager, Reset function will be called with NULL object proxy.
This cause a crash. If the object proxy is not ready, calling Reset is not
necessary. So just doing nothing is fine.
BUG=174248
TEST=None
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=182147
Patch Set 1 #
Total comments: 2
Patch Set 2 : Addressing comment #Messages
Total messages: 5 (0 generated)
|