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

Unified Diff: src/vm/generator.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/generator.h ('k') | src/vm/hash_map.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/vm/generator.cc
diff --git a/src/vm/generator.cc b/src/vm/generator.cc
index 5b81d28854ad672dde5083f975e4ca46c7567ef6..a8eed631f8145da78f6b9089fc30cb421c79674c 100644
--- a/src/vm/generator.cc
+++ b/src/vm/generator.cc
@@ -7,7 +7,7 @@
#include "src/vm/assembler.h"
#include "src/vm/generator.h"
-namespace fletch {
+namespace dartino {
Generator* Generator::first_ = NULL;
Generator* Generator::current_ = NULL;
@@ -50,7 +50,7 @@ static int Main(int argc, char** argv) {
return 0;
}
-} // namespace fletch
+} // namespace dartino
-// Forward main calls to fletch::Main.
-int main(int argc, char** argv) { return fletch::Main(argc, argv); }
+// Forward main calls to dartino::Main.
+int main(int argc, char** argv) { return dartino::Main(argc, argv); }
« no previous file with comments | « src/vm/generator.h ('k') | src/vm/hash_map.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698