| Index: corelib/src/print.dart
|
| diff --git a/lib/html/doc/nodoc-src/_DOMParserFactoryProvider.dart b/corelib/src/print.dart
|
| similarity index 77%
|
| copy from lib/html/doc/nodoc-src/_DOMParserFactoryProvider.dart
|
| copy to corelib/src/print.dart
|
| index 0e60df8ef7201a22fa4fa0d0032c4323a2154eb3..0bdb575d9762481ba1528e881542887b277aa24a 100644
|
| --- a/lib/html/doc/nodoc-src/_DOMParserFactoryProvider.dart
|
| +++ b/corelib/src/print.dart
|
| @@ -2,6 +2,6 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -class _DOMParserFactoryProvider {
|
| - factory DOMParser() => null;
|
| +void print(Object object) {
|
| + PrintImplementation.print(object);
|
| }
|
|
|