Chromium Code Reviews| Index: runtime/include/dart_api.h |
| =================================================================== |
| --- runtime/include/dart_api.h (revision 14917) |
| +++ runtime/include/dart_api.h (working copy) |
| @@ -1326,9 +1326,9 @@ |
| DART_EXPORT bool Dart_IsString(Dart_Handle object); |
| /** |
| - * Is this object an ASCII String? |
| + * Is this object a Latin-1 String? |
|
Søren Gjesse
2012/11/15 08:11:30
Maybe mention ISO 8859-1 in the comment.
siva
2012/11/15 22:42:59
Done.
|
| */ |
| -DART_EXPORT bool Dart_IsAsciiString(Dart_Handle object); |
| +DART_EXPORT bool Dart_IsStringLatin1(Dart_Handle object); |
| /** |
| * Gets the length of a String. |