| Index: sdk/lib/io/platform.dart
|
| diff --git a/sdk/lib/io/platform.dart b/sdk/lib/io/platform.dart
|
| index 7cd20a101000eb2cfc021aff6079ba6ac99b06ad..326597f4261f98c31be792f18d970130a9c3c076 100644
|
| --- a/sdk/lib/io/platform.dart
|
| +++ b/sdk/lib/io/platform.dart
|
| @@ -117,7 +117,7 @@ class Platform {
|
| /**
|
| * Returns true if the operating system is iOS.
|
| */
|
| - static final bool isiOS = (_operatingSystem == "ios");
|
| + static final bool isIOS = (_operatingSystem == "ios");
|
|
|
| /**
|
| * Get the environment for this process.
|
|
|