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

Unified Diff: src/vm/program_relocator.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/program_relocator.h ('k') | src/vm/refcounted.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/vm/program_relocator.cc
diff --git a/src/vm/program_relocator.cc b/src/vm/program_relocator.cc
index 7da5462a601a754e8a991db9d5295c16fce1819b..60228230817aad0d7fe36f7c854db5778330811f 100644
--- a/src/vm/program_relocator.cc
+++ b/src/vm/program_relocator.cc
@@ -13,7 +13,7 @@
#define DEBUG_PRINT(...)
#endif
-namespace fletch {
+namespace dartino {
// Helper class that can be used as a visitor when iterating pointers/roots
// to rebase them to a new address. It takes four arguments:
@@ -163,4 +163,4 @@ int ProgramHeapRelocator::Relocate() {
return total_size;
}
-} // namespace fletch
+} // namespace dartino
« no previous file with comments | « src/vm/program_relocator.h ('k') | src/vm/refcounted.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698