| Index: lib/src/codegen/html_codegen.dart
|
| diff --git a/lib/src/codegen/html_codegen.dart b/lib/src/codegen/html_codegen.dart
|
| index 49dbc4148085dbcddb4abed1e19ace25db894135..f8641c0d6383eeb2824bbe43ea6cee3238c29957 100644
|
| --- a/lib/src/codegen/html_codegen.dart
|
| +++ b/lib/src/codegen/html_codegen.dart
|
| @@ -4,8 +4,8 @@
|
|
|
| library dev_compiler.src.codegen.html_codegen;
|
|
|
| -import 'package:html5lib/dom.dart';
|
| -import 'package:html5lib/parser.dart' show parseFragment;
|
| +import 'package:html/dom.dart';
|
| +import 'package:html/parser.dart' show parseFragment;
|
| import 'package:logging/logging.dart' show Logger;
|
| import 'package:path/path.dart' as path;
|
|
|
|
|