| Index: runtime/bin/utils_macos.cc
|
| diff --git a/runtime/bin/utils_macos.cc b/runtime/bin/utils_macos.cc
|
| index 5661f74d92f67bed92505175e92151f918e37de5..81b96179ed56b69d142f4c5e70f998c6a12de4e6 100644
|
| --- a/runtime/bin/utils_macos.cc
|
| +++ b/runtime/bin/utils_macos.cc
|
| @@ -62,3 +62,10 @@ const char* StringUtils::WideToUtf8(const wchar_t* str) {
|
| UNIMPLEMENTED();
|
| return NULL;
|
| }
|
| +
|
| +wchar_t** ShellUtils::GetUnicodeArgv(int* argc) {
|
| + return NULL;
|
| +}
|
| +
|
| +void ShellUtils::FreeUnicodeArgv(wchar_t** argv) {
|
| +}
|
|
|