| Index: runtime/bin/vmservice/client/web/index.html
|
| diff --git a/runtime/bin/vmservice/client/web/index.html b/runtime/bin/vmservice/client/web/index.html
|
| index c2dbabdd092e08ce8d5ab0d5a21fcfbfa8c63feb..48a9cbd3540d7cdc3611273dc1272ad28b72bea3 100644
|
| --- a/runtime/bin/vmservice/client/web/index.html
|
| +++ b/runtime/bin/vmservice/client/web/index.html
|
| @@ -5,11 +5,7 @@
|
| <link type="text/css" rel="stylesheet"
|
| href="bootstrap_css/css/bootstrap.min.css" />
|
| <link rel="import" href="packages/observatory/observatory_elements.html">
|
| - <script type='application/dart'>
|
| - import 'package:polymer/init.dart';
|
| - // this export won't be needed after we fix issue 14542
|
| - export 'package:polymer/init.dart';
|
| - </script>
|
| + <script type='application/dart'>export 'package:polymer/init.dart';</script>
|
| <script src="packages/browser/dart.js"></script>
|
| </head>
|
| <body>
|
|
|