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

Unified Diff: src/vm/frame.h

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/fletch_relocation_api_impl.cc ('k') | src/vm/gc_thread.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/vm/frame.h
diff --git a/src/vm/frame.h b/src/vm/frame.h
index 4a8151929bc409c8ee13708d869ba58ee999db2b..b6e90237f753fa4689b59ed0f84184e311ea3c7d 100644
--- a/src/vm/frame.h
+++ b/src/vm/frame.h
@@ -9,7 +9,7 @@
#include "src/vm/object.h"
#include "src/vm/process.h"
-namespace fletch {
+namespace dartino {
// General stack layout:
//
@@ -106,6 +106,6 @@ class Frame {
word size_;
};
-} // namespace fletch
+} // namespace dartino
#endif // SRC_VM_FRAME_H_
« no previous file with comments | « src/vm/fletch_relocation_api_impl.cc ('k') | src/vm/gc_thread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698