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

Unified Diff: src/vm/vector.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/vector.h ('k') | src/vm/vector_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/vm/vector.cc
diff --git a/src/vm/vector.cc b/src/vm/vector.cc
index 71e47244cd706c7f2128b31d0d69d1276d29abac..e7388579ce4f49df39f9748af592747e6338e13f 100644
--- a/src/vm/vector.cc
+++ b/src/vm/vector.cc
@@ -6,7 +6,7 @@
#include "src/vm/vector.h"
-namespace fletch {
+namespace dartino {
uint8* DoubleSize(size_t capacity, uint8* backing) {
uint8* new_backing = new uint8[capacity * 2];
@@ -18,4 +18,4 @@ uint8* DoubleSize(size_t capacity, uint8* backing) {
return new_backing;
}
-} // namespace fletch
+} // namespace dartino
« no previous file with comments | « src/vm/vector.h ('k') | src/vm/vector_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698