| Index: runtime/bin/vmservice/client/lib/src/observatory_elements/observatory_application.dart
|
| diff --git a/runtime/bin/vmservice/client/lib/src/observatory_elements/observatory_application.dart b/runtime/bin/vmservice/client/lib/src/observatory_elements/observatory_application.dart
|
| index dfafcbd94a25a4326582ed2a1c512a8edb0bfbac..53dbb0bccb7ae9f93be88924036b9ccf4529dc71 100644
|
| --- a/runtime/bin/vmservice/client/lib/src/observatory_elements/observatory_application.dart
|
| +++ b/runtime/bin/vmservice/client/lib/src/observatory_elements/observatory_application.dart
|
| @@ -13,8 +13,8 @@ import 'package:polymer/polymer.dart';
|
| /// elements.
|
| @CustomTag('observatory-application')
|
| class ObservatoryApplicationElement extends ObservatoryElement {
|
| - void created() {
|
| - super.created();
|
| +
|
| + ObservatoryApplicationElement.created() : super.created() {
|
| app = new ObservatoryApplication();
|
| }
|
| }
|
|
|