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

Unified Diff: src/vm/object.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/object.h ('k') | src/vm/object_list.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/vm/object.cc
diff --git a/src/vm/object.cc b/src/vm/object.cc
index 64a5bdcf8ef23b1c25552f4b10546cb05b9b083b..d9ebb9b06d79023d430efe56e217c8752f39a9fc 100644
--- a/src/vm/object.cc
+++ b/src/vm/object.cc
@@ -17,7 +17,7 @@
#include "src/vm/program.h"
#include "src/vm/unicode.h"
-namespace fletch {
+namespace dartino {
uint8 StaticClassStructures::meta_class_storage[Class::kSize];
uint8 StaticClassStructures::free_list_chunk_class_storage[Class::kSize];
@@ -735,4 +735,4 @@ PromotedTrack* PromotedTrack::Initialize(PromotedTrack* next, uword location,
return self;
}
-} // namespace fletch
+} // namespace dartino
« no previous file with comments | « src/vm/object.h ('k') | src/vm/object_list.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698