| Index: services/js/system/tests/js_to_cpp_tests.cc
|
| diff --git a/services/js/system/tests/js_to_cpp_tests.cc b/services/js/system/tests/js_to_cpp_tests.cc
|
| index 50f01f67a1134419a4be252ba54b59413791958a..3001a2a0d6b835a255f7841ce09ebfd0343a0cb2 100644
|
| --- a/services/js/system/tests/js_to_cpp_tests.cc
|
| +++ b/services/js/system/tests/js_to_cpp_tests.cc
|
| @@ -98,7 +98,7 @@ js_to_cpp::EchoArgsPtr BuildSampleEchoArgs() {
|
| string_array[1] = "two";
|
| string_array[2] = "three";
|
| args->string_array = string_array.Pass();
|
| - return args.Pass();
|
| + return args;
|
| }
|
|
|
| void CheckSampleEchoArgs(const js_to_cpp::EchoArgs& arg) {
|
|
|