| Index: chrome/browser/extensions/extension_input_ime_api.cc
|
| diff --git a/chrome/browser/extensions/extension_input_ime_api.cc b/chrome/browser/extensions/extension_input_ime_api.cc
|
| index 7e77af9d5da4ab0eeca5c393f9e221da37f8004d..febef50e7bae4a5d59d61619f99349baf302a764 100644
|
| --- a/chrome/browser/extensions/extension_input_ime_api.cc
|
| +++ b/chrome/browser/extensions/extension_input_ime_api.cc
|
| @@ -779,9 +779,9 @@ bool SetCursorPositionFunction::RunImpl() {
|
| int candidate_id;
|
|
|
| EXTENSION_FUNCTION_VALIDATE(args->GetInteger(keys::kContextIdKey,
|
| - &context_id));
|
| + &context_id));
|
| EXTENSION_FUNCTION_VALIDATE(args->GetInteger(keys::kCandidateIdKey,
|
| - &candidate_id));
|
| + &candidate_id));
|
|
|
| if (engine->SetCursorPosition(context_id, candidate_id, &error_)) {
|
| result_.reset(Value::CreateBooleanValue(true));
|
|
|