| Index: runtime/bin/platform.h
|
| diff --git a/runtime/bin/platform.h b/runtime/bin/platform.h
|
| index 8fd4ef706a6dcd4f6bd10a84cf0132c9d7869276..674d94f16df7e3bed86cf5e086d863592bb31058 100644
|
| --- a/runtime/bin/platform.h
|
| +++ b/runtime/bin/platform.h
|
| @@ -65,7 +65,7 @@ class Platform {
|
| static void SetExecutableName(const char* executable_name) {
|
| executable_name_ = executable_name;
|
| }
|
| - static const char* GetExecutableName() { return executable_name_; }
|
| + static const char* GetExecutableName();
|
| static const char* GetResolvedExecutableName() {
|
| if (resolved_executable_name_ == NULL) {
|
| // Try to resolve the executable path using platform specific APIs.
|
|
|