| Index: tool/input_sdk/private/isolate_serialization.dart
|
| diff --git a/tool/input_sdk/private/isolate_serialization.dart b/tool/input_sdk/private/isolate_serialization.dart
|
| index f9130fabc55a934066c9b38245522e8682477051..741cc2aacfadbddb994e9c35bb99e51cb49f0b13 100644
|
| --- a/tool/input_sdk/private/isolate_serialization.dart
|
| +++ b/tool/input_sdk/private/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;
|
| +part of dart._isolate_helper;
|
|
|
| /// Serialize [message].
|
| _serializeMessage(message) {
|
|
|