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

Unified Diff: src/vm/program_info_block.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_info_block.h ('k') | src/vm/program_relocator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/vm/program_info_block.cc
diff --git a/src/vm/program_info_block.cc b/src/vm/program_info_block.cc
index cd470d2e9e9a7b1acf5f018a93f7789e21177a42..39039523de57ab305a434594fcc6c31960d09819 100644
--- a/src/vm/program_info_block.cc
+++ b/src/vm/program_info_block.cc
@@ -4,7 +4,7 @@
#include "src/vm/program_info_block.h"
-namespace fletch {
+namespace dartino {
class PointerReadingVisitor : public PointerVisitor {
public:
@@ -81,4 +81,4 @@ void ProgramInfoBlock::WriteToProgram(Program* program) {
program->set_main_arity(main_arity());
}
-} // namespace fletch
+} // namespace dartino
« no previous file with comments | « src/vm/program_info_block.h ('k') | src/vm/program_relocator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698