Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(979)

Unified Diff: lib/web_ui.dart

Issue 16668006: upgrades for version 0.5.16 (Closed) Base URL: git@github.com:dart-lang/web-ui.git@master
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | pubspec.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698