| Index: ceee/ie/broker/tab_api_module_unittest.cc
|
| diff --git a/ceee/ie/broker/tab_api_module_unittest.cc b/ceee/ie/broker/tab_api_module_unittest.cc
|
| index 30878eeab60a03b302dbf98c01b343dbb29ecefb..e44a9143fc8a9853bf41f48126b4f6ad9e9d6fc2 100644
|
| --- a/ceee/ie/broker/tab_api_module_unittest.cc
|
| +++ b/ceee/ie/broker/tab_api_module_unittest.cc
|
| @@ -433,7 +433,7 @@ TEST(TabApi, GetSpecifiedOrCurrentFrameWindow) {
|
| testing::LogDisabler no_dchecks;
|
|
|
| StrictMock<testing::MockWindowUtils> window_utils;
|
| - scoped_ptr<Value> bad_args(Value::CreateRealValue(4.7));
|
| + scoped_ptr<Value> bad_args(Value::CreateDoubleValue(4.7));
|
| DictionaryValue bad_dict_args; // no window ID key.
|
| DictionaryValue good_dict_args;
|
| int window1_id = 77;
|
|
|