| Index: ceee/ie/broker/window_api_module.cc
|
| diff --git a/ceee/ie/broker/window_api_module.cc b/ceee/ie/broker/window_api_module.cc
|
| index b211244c4cbeb8d03b67bb58c52de9acf4cda783..7df541115afdfe3caf8f7c1a37ad7c499f56f5a2 100644
|
| --- a/ceee/ie/broker/window_api_module.cc
|
| +++ b/ceee/ie/broker/window_api_module.cc
|
| @@ -265,7 +265,7 @@ void CreateWindowFunc::Execute(const ListValue& args, int request_id) {
|
| return;
|
| }
|
| // Remember the arguments so that we can use them later.
|
| - input_dict.reset(static_cast<DictionaryValue*>(args_dict->DeepCopy()));
|
| + input_dict.reset(args_dict->DeepCopy());
|
| }
|
| }
|
|
|
|
|