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

Unified Diff: tools/dom/src/dartium_WrappedEvent.dart

Issue 281383002: Reapply "Fix analyzer errors in html Dartium." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 7 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
Index: tools/dom/src/dartium_WrappedEvent.dart
diff --git a/tools/dom/src/WrappedEvent.dart b/tools/dom/src/dartium_WrappedEvent.dart
similarity index 95%
rename from tools/dom/src/WrappedEvent.dart
rename to tools/dom/src/dartium_WrappedEvent.dart
index 4f30af92cc2acd23a2ba45ffab5a236bbca4e319..2f7b8b8345a0baf709ddf769a80706da6437ecda 100644
--- a/tools/dom/src/WrappedEvent.dart
+++ b/tools/dom/src/dartium_WrappedEvent.dart
@@ -83,8 +83,4 @@ class _WrappedEvent implements Event {
// https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/shadow/index.html#extensions-to-event
@Experimental()
List<Node> get path => wrapped.path;
-
- dynamic get _get_currentTarget => wrapped._get_currentTarget;
-
- dynamic get _get_target => wrapped._get_target;
}
« no previous file with comments | « tools/dom/src/dartium_CustomElementSupport.dart ('k') | tools/dom/templates/html/dart2js/html_dart2js.darttemplate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698