Chromium Code Reviews| Index: tests/native_worker/native_worker.c |
| =================================================================== |
| --- tests/native_worker/native_worker.c (revision 3898) |
| +++ tests/native_worker/native_worker.c (working copy) |
| @@ -40,7 +40,7 @@ |
| /* |
| * Strdup must be used because the SRPC layer frees the string passed to it. |
| */ |
| - message_string = strdup(in_args[0]->u.sval.str); |
| + message_string = strdup(in_args[0]->arrays.str); |
| /* |
| * Echo the message back to the renderer. |
| */ |