| Index: runtime/include/dart_api.h
|
| diff --git a/runtime/include/dart_api.h b/runtime/include/dart_api.h
|
| index c2ac3716843ca4be9ffe6d5dedb67ad62e279431..0c1afcff7033625d10ace0b55a27bb607c5a8f3b 100755
|
| --- a/runtime/include/dart_api.h
|
| +++ b/runtime/include/dart_api.h
|
| @@ -1323,13 +1323,11 @@ DART_EXPORT Dart_Handle Dart_DoubleValue(Dart_Handle double_obj, double* value);
|
| */
|
| DART_EXPORT bool Dart_IsString(Dart_Handle object);
|
|
|
| -
|
| /**
|
| * Is this object an ASCII String?
|
| */
|
| DART_EXPORT bool Dart_IsAsciiString(Dart_Handle object);
|
|
|
| -
|
| /**
|
| * Gets the length of a String.
|
| *
|
|
|