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

Unified Diff: src/vm/object_list.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_list.h ('k') | src/vm/object_map.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/vm/object_list.cc
diff --git a/src/vm/object_list.cc b/src/vm/object_list.cc
index d0dae4d0858143e4a76c83227dd22ef1a36f179d..6608541a2802cf47e4540a533675f5bad8dca7fd 100644
--- a/src/vm/object_list.cc
+++ b/src/vm/object_list.cc
@@ -4,7 +4,7 @@
#include "src/vm/object_list.h"
-namespace fletch {
+namespace dartino {
ObjectList::ObjectList(int capacity) {
contents_ = List<Object*>::New(capacity);
@@ -29,4 +29,4 @@ void ObjectList::IteratePointers(PointerVisitor* visitor) {
visitor->VisitBlock(stack_start, stack_end);
}
-} // namespace fletch
+} // namespace dartino
« no previous file with comments | « src/vm/object_list.h ('k') | src/vm/object_map.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698