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

Unified Diff: pkg/third_party/html5lib/lib/dom_parsing.dart

Issue 157983005: pkg/third_party/html5lib: lots of cleanup (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: bump version Created 6 years, 10 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: pkg/third_party/html5lib/lib/dom_parsing.dart
diff --git a/pkg/third_party/html5lib/lib/dom_parsing.dart b/pkg/third_party/html5lib/lib/dom_parsing.dart
index 363db7dfca2ce24985b7e28a40d0e5251e6b2ca3..3ff74bb983e55711251d701d8c6776731500f944 100644
--- a/pkg/third_party/html5lib/lib/dom_parsing.dart
+++ b/pkg/third_party/html5lib/lib/dom_parsing.dart
@@ -4,8 +4,6 @@
*/
library dom_parsing;
-import 'dart:math';
-import 'package:utf/utf.dart' show codepointsToString;
import 'dom.dart';
/** A simple tree visitor for the DOM nodes. */

Powered by Google App Engine
This is Rietveld 408576698