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

Unified Diff: sky/engine/core/script/dart_service_isolate/loader.dart

Issue 1215163003: Random cleanup of various Dart things in our tree. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: 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
« no previous file with comments | « no previous file | sky/engine/core/script/dart_service_isolate/resources.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/script/dart_service_isolate/loader.dart
diff --git a/sky/engine/core/script/dart_service_isolate/loader.dart b/sky/engine/core/script/dart_service_isolate/loader.dart
index a8d0d94d53235ce78ac2ed9062845fea73c32576..f6cd83d3b2140fc2bbca3f7fa7d186ab252df980 100644
--- a/sky/engine/core/script/dart_service_isolate/loader.dart
+++ b/sky/engine/core/script/dart_service_isolate/loader.dart
@@ -2,10 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-part of dart_controller_service_isolate;
+part of sky_shell_dart_controller_service_isolate;
_processLoadRequest(request) {
var sp = request[0];
var uri = Uri.parse(request[1]);
sp.send('Service isolate loading not supported by embedder (uri = $uri).');
-}
+}
« no previous file with comments | « no previous file | sky/engine/core/script/dart_service_isolate/resources.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698