| Index: runtime/include/dart_api.h
|
| ===================================================================
|
| --- runtime/include/dart_api.h (revision 14982)
|
| +++ 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 (ISO-8859-1) String?
|
| */
|
| -DART_EXPORT bool Dart_IsAsciiString(Dart_Handle object);
|
| +DART_EXPORT bool Dart_IsStringLatin1(Dart_Handle object);
|
|
|
| /**
|
| * Gets the length of a String.
|
|
|