| Index: pkg/polymer/example/canonicalization/lib/c.dart
|
| diff --git a/runtime/bin/vmservice/client/web/observatory_main.dart b/pkg/polymer/example/canonicalization/lib/c.dart
|
| similarity index 84%
|
| copy from runtime/bin/vmservice/client/web/observatory_main.dart
|
| copy to pkg/polymer/example/canonicalization/lib/c.dart
|
| index d6028406b63c7d635aa29e6939ae7f91d876f9b2..362f3e3d642f2e8c969c79de78dcc51bb95c3803 100644
|
| --- a/runtime/bin/vmservice/client/web/observatory_main.dart
|
| +++ b/pkg/polymer/example/canonicalization/lib/c.dart
|
| @@ -2,7 +2,6 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -library observatory_main;
|
| +library canonicalization.c;
|
|
|
| -main() {
|
| -}
|
| +int c = 0;
|
|
|