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

Unified Diff: lib/web_ui.dart

Issue 55143003: webui fixes for 0.8.9 (Closed) Base URL: git@github.com:dart-lang/web-ui.git@master
Patch Set: Created 7 years, 2 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 | « lib/watcher.dart ('k') | pubspec.yaml » ('j') | pubspec.yaml » ('J')
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 5f0fcf49bdd20d037fd9a3c7f17dc0d72bba955a..ab2bf6d696cc810d05fdec37c6ac55a88ae169d3 100644
--- a/lib/web_ui.dart
+++ b/lib/web_ui.dart
@@ -24,10 +24,8 @@ export 'safe_html.dart';
export 'templating.dart';
export 'watcher.dart';
-import 'dart:async';
import 'dart:html';
import 'package:custom_element/custom_element.dart' show CustomElement;
-import 'package:meta/meta.dart';
/**
* The base class for all Dart web components. In addition to the [Element]
« no previous file with comments | « lib/watcher.dart ('k') | pubspec.yaml » ('j') | pubspec.yaml » ('J')

Powered by Google App Engine
This is Rietveld 408576698