| Index: pkg/third_party/html5lib/lib/src/token.dart
|
| diff --git a/pkg/third_party/html5lib/lib/src/token.dart b/pkg/third_party/html5lib/lib/src/token.dart
|
| index b1ec1de3490abff77c72f05ff81a87da44612408..934015315be3b56ff29b21c5e47f70f48ba8d6e9 100644
|
| --- a/pkg/third_party/html5lib/lib/src/token.dart
|
| +++ b/pkg/third_party/html5lib/lib/src/token.dart
|
| @@ -2,7 +2,7 @@
|
| library token;
|
|
|
| import 'dart:collection';
|
| -import 'package:source_maps/span.dart' show FileSpan;
|
| +import 'package:source_span/source_span.dart';
|
|
|
| /// An html5 token.
|
| abstract class Token {
|
|
|