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

Unified Diff: lib/os/native_process.dart

Issue 1659163007: Rename fletch -> dartino (Closed) Base URL: https://github.com/dartino/sdk.git@master
Patch Set: address comments Created 4 years, 11 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 | « lib/os/event_handler.dart ('k') | lib/os/os.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/os/native_process.dart
diff --git a/lib/os/native_process.dart b/lib/os/native_process.dart
index f686c36e1912b0f2b5d27f772d218643313f01cb..db28304025b401d9a8b1122d12b378bfd664e522 100644
--- a/lib/os/native_process.dart
+++ b/lib/os/native_process.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.md file.
-part of dart.fletch.os;
+part of dart.dartino.os;
class NativeProcess {
@@ -52,7 +52,7 @@ class NativeProcess {
}
}
- @fletch.native static int _spawnDetached(int argumentsAddress) {
+ @dartino.native static int _spawnDetached(int argumentsAddress) {
throw new UnsupportedError('_spawnDetached');
}
}
« no previous file with comments | « lib/os/event_handler.dart ('k') | lib/os/os.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698