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

Unified Diff: lib/safe_html.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
Index: lib/safe_html.dart
diff --git a/lib/safe_html.dart b/lib/safe_html.dart
index a80b28a81beed854fbbf32e7b7611bbc0a5367bb..d9d068ec0c57ddf7eda3a9e46760f6c980f50a78 100644
--- a/lib/safe_html.dart
+++ b/lib/safe_html.dart
@@ -6,8 +6,6 @@
// dart:html?
library safe_html;
-import 'package:meta/meta.dart';
-
/** Declares a string that is a well-formed HTML fragment. */
// TODO(sigmund): delete this type now that Element.html is safe by default.
class SafeHtml {
« no previous file with comments | « lib/observe/observable.dart ('k') | lib/src/code_printer.dart » ('j') | pubspec.yaml » ('J')

Powered by Google App Engine
This is Rietveld 408576698