| Index: dart/tools/bots/compiler.py
|
| diff --git a/dart/tools/bots/compiler.py b/dart/tools/bots/compiler.py
|
| index f4264aba163247bb9f410b43fc92786f56f0a471..3c777386989da9a417280033d685492d43caf4be 100644
|
| --- a/dart/tools/bots/compiler.py
|
| +++ b/dart/tools/bots/compiler.py
|
| @@ -119,7 +119,7 @@ def UseBrowserController(runtime, system):
|
| supported_platforms = {
|
| 'linux': ['ff', 'chromeOnAndroid', 'chrome'],
|
| 'mac': ['safari', 'chrome'],
|
| - 'windows': ['ie9', 'ie10', 'ff', 'chrome']
|
| + 'windows': ['ie9', 'ie10', 'ff']
|
| }
|
| # Platforms that we run on the fyi waterfall only.
|
| fyi_supported_platforms = {
|
|
|