| Index: sdk/lib/html/dartium/html_dartium.dart
|
| diff --git a/sdk/lib/html/dartium/html_dartium.dart b/sdk/lib/html/dartium/html_dartium.dart
|
| index ce24c289d266bf39301eb2d56401ba363640099b..571032b69d701a779ff6cdc7db4e6ed8bc6d33b5 100644
|
| --- a/sdk/lib/html/dartium/html_dartium.dart
|
| +++ b/sdk/lib/html/dartium/html_dartium.dart
|
| @@ -35264,7 +35264,6 @@ class _Utils {
|
|
|
| static window() native "Utils_window";
|
| static print(String message) native "Utils_print";
|
| - static forwardingPrint(String message) native "Utils_forwardingPrint";
|
| static SendPort spawnDomFunctionImpl(Function topLevelFunction) native "Utils_spawnDomFunction";
|
| static int _getNewIsolateId() native "Utils_getNewIsolateId";
|
| static bool shadowRootSupported(Document document) native "Utils_shadowRootSupported";
|
| @@ -35344,5 +35343,3 @@ get _printClosure => (s) {
|
| _Utils.print(s);
|
| }
|
| };
|
| -
|
| -final _forwardingPrintClosure = _Utils.forwardingPrint;
|
|
|