Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(412)

Unified Diff: tool/input_sdk/private/isolate_serialization.dart

Issue 1170813008: fixes detection of SDK libraries (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: format Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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) {

Powered by Google App Engine
This is Rietveld 408576698