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

Unified Diff: src/vm/dartino.cc

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 | « src/vm/assembler_x86_win.cc ('k') | src/vm/dartino_api_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/vm/dartino.cc
diff --git a/src/vm/fletch.cc b/src/vm/dartino.cc
similarity index 87%
rename from src/vm/fletch.cc
rename to src/vm/dartino.cc
index eb720e9dcb35f04c7162fe811b727ea74122cdcc..871a8b9343ee30ab4728ed9b48c031bc4a5865a2 100644
--- a/src/vm/fletch.cc
+++ b/src/vm/dartino.cc
@@ -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.
-#include "src/shared/fletch.h"
+#include "src/shared/dartino.h"
#include "src/shared/platform.h"
@@ -14,9 +14,9 @@
#include "src/vm/scheduler.h"
#include "src/vm/thread.h"
-namespace fletch {
+namespace dartino {
-void Fletch::Setup() {
+void Dartino::Setup() {
Platform::Setup();
Thread::Setup();
ObjectMemory::Setup();
@@ -27,7 +27,7 @@ void Fletch::Setup() {
Preempter::Setup();
}
-void Fletch::TearDown() {
+void Dartino::TearDown() {
Preempter::TearDown();
Thread::TearDown();
Scheduler::TearDown();
@@ -38,4 +38,4 @@ void Fletch::TearDown() {
Platform::TearDown();
}
-} // namespace fletch
+} // namespace dartino
« no previous file with comments | « src/vm/assembler_x86_win.cc ('k') | src/vm/dartino_api_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698