| Index: runtime/bin/platform_unsupported.cc
|
| diff --git a/runtime/bin/platform_unsupported.cc b/runtime/bin/platform_unsupported.cc
|
| index 83893fb2d2495a9a81c1f0efd78cf5cade291dfa..64f62ef7e9bb63af52fa3daa49ef3ac67a847a93 100644
|
| --- a/runtime/bin/platform_unsupported.cc
|
| +++ b/runtime/bin/platform_unsupported.cc
|
| @@ -13,55 +13,55 @@ namespace bin {
|
|
|
| void FUNCTION_NAME(Platform_NumberOfProcessors)(Dart_NativeArguments args) {
|
| Dart_ThrowException(DartUtils::NewInternalError(
|
| - "Platform is not supported on this platform"));
|
| + "Platform is not supported on this platform"));
|
| }
|
|
|
|
|
| void FUNCTION_NAME(Platform_OperatingSystem)(Dart_NativeArguments args) {
|
| Dart_ThrowException(DartUtils::NewInternalError(
|
| - "Platform is not supported on this platform"));
|
| + "Platform is not supported on this platform"));
|
| }
|
|
|
|
|
| void FUNCTION_NAME(Platform_PathSeparator)(Dart_NativeArguments args) {
|
| Dart_ThrowException(DartUtils::NewInternalError(
|
| - "Platform is not supported on this platform"));
|
| + "Platform is not supported on this platform"));
|
| }
|
|
|
|
|
| void FUNCTION_NAME(Platform_LocalHostname)(Dart_NativeArguments args) {
|
| Dart_ThrowException(DartUtils::NewInternalError(
|
| - "Platform is not supported on this platform"));
|
| + "Platform is not supported on this platform"));
|
| }
|
|
|
|
|
| void FUNCTION_NAME(Platform_ExecutableName)(Dart_NativeArguments args) {
|
| Dart_ThrowException(DartUtils::NewInternalError(
|
| - "Platform is not supported on this platform"));
|
| + "Platform is not supported on this platform"));
|
| }
|
|
|
|
|
| void FUNCTION_NAME(Platform_ResolvedExecutableName)(Dart_NativeArguments args) {
|
| Dart_ThrowException(DartUtils::NewInternalError(
|
| - "Platform is not supported on this platform"));
|
| + "Platform is not supported on this platform"));
|
| }
|
|
|
|
|
| void FUNCTION_NAME(Platform_ExecutableArguments)(Dart_NativeArguments args) {
|
| Dart_ThrowException(DartUtils::NewInternalError(
|
| - "Platform is not supported on this platform"));
|
| + "Platform is not supported on this platform"));
|
| }
|
|
|
|
|
| void FUNCTION_NAME(Platform_Environment)(Dart_NativeArguments args) {
|
| Dart_ThrowException(DartUtils::NewInternalError(
|
| - "Platform is not supported on this platform"));
|
| + "Platform is not supported on this platform"));
|
| }
|
|
|
|
|
| void FUNCTION_NAME(Platform_GetVersion)(Dart_NativeArguments args) {
|
| Dart_ThrowException(DartUtils::NewInternalError(
|
| - "Platform is not supported on this platform"));
|
| + "Platform is not supported on this platform"));
|
| }
|
|
|
| } // namespace bin
|
|
|