Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(977)

Unified Diff: runtime/bin/io_natives.cc

Issue 2785073002: [dart:io] Adds Platform.localeName (Closed)
Patch Set: Add missing copyright message. Address comments Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: runtime/bin/io_natives.cc
diff --git a/runtime/bin/io_natives.cc b/runtime/bin/io_natives.cc
index 035f84e34880ce85d5d91b2cd1bbedc3057fae98..7542320fd1d416535bbefda8d1a9d851ce3e35ad 100644
--- a/runtime/bin/io_natives.cc
+++ b/runtime/bin/io_natives.cc
@@ -91,6 +91,7 @@ namespace bin {
V(Platform_Environment, 0) \
V(Platform_ExecutableArguments, 0) \
V(Platform_GetVersion, 0) \
+ V(Platform_LocaleName, 0) \
V(Process_Start, 11) \
V(Process_Wait, 5) \
V(Process_KillPid, 2) \
« no previous file with comments | « CHANGELOG.md ('k') | runtime/bin/platform.h » ('j') | sdk/lib/io/platform.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698