| Index: sdk/lib/_internal/js_runtime/lib/isolate_serialization.dart
|
| diff --git a/sdk/lib/_internal/js_runtime/lib/isolate_serialization.dart b/sdk/lib/_internal/js_runtime/lib/isolate_serialization.dart
|
| index dfa854a863eb5bd17afb0c352580f9cd903f0a77..c10a42e4bf46410a3397923c5f3eb543a963ab08 100644
|
| --- a/sdk/lib/_internal/js_runtime/lib/isolate_serialization.dart
|
| +++ b/sdk/lib/_internal/js_runtime/lib/isolate_serialization.dart
|
| @@ -2,7 +2,7 @@
|
| // 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.
|
|
|
| -part of "isolate_helper.dart";
|
| +part of "dart:_isolate_helper";
|
|
|
| /// Serialize [message].
|
| _serializeMessage(message) {
|
|
|