| Index: lib/web_ui.dart
|
| diff --git a/lib/web_ui.dart b/lib/web_ui.dart
|
| index 324f6d873e6b4c4b466dc8e698d5da00c163c34a..b3ce998788a76eadd272546616d363012f4d157e 100644
|
| --- a/lib/web_ui.dart
|
| +++ b/lib/web_ui.dart
|
| @@ -679,8 +679,6 @@ abstract class WebComponent implements Element {
|
| // TODO(jmesserly): rename "created" to "onCreated".
|
| void onCreated() => created();
|
|
|
| - Node get insertionParent => host.insertionParent;
|
| -
|
| Stream<Event> get onAbort => host.onAbort;
|
| Stream<Event> get onBeforeCopy => host.onBeforeCopy;
|
| Stream<Event> get onBeforeCut => host.onBeforeCut;
|
|
|