Index: runtime/bin/platform.h |
diff --git a/runtime/bin/platform.h b/runtime/bin/platform.h |
index 9dc7e7a21a6a2fee63a1fa544160e3430993cdae..8fd4ef706a6dcd4f6bd10a84cf0132c9d7869276 100644 |
--- a/runtime/bin/platform.h |
+++ b/runtime/bin/platform.h |
@@ -52,6 +52,8 @@ class Platform { |
// Extracts the local hostname. |
static bool LocalHostname(char* buffer, intptr_t buffer_length); |
+ static const char* LocaleName(); |
+ |
// Extracts the environment variables for the current process. The array of |
// strings is Dart_ScopeAllocated. The number of elements in the array is |
// returned in the count argument. |