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

Unified Diff: src/vm/native_interpreter.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/native_interpreter.h ('k') | src/vm/native_process_disabled.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/vm/native_interpreter.cc
diff --git a/src/vm/native_interpreter.cc b/src/vm/native_interpreter.cc
index 47b94990942e98a9bffc2a66f5ea6c245a91dddb..82307504d1574ff4c96fc9d643f93c8f459134f8 100644
--- a/src/vm/native_interpreter.cc
+++ b/src/vm/native_interpreter.cc
@@ -6,7 +6,7 @@
#include "src/vm/native_interpreter.h"
-namespace fletch {
+namespace dartino {
extern "C"
uword Interpret_DispatchTable[];
@@ -37,4 +37,4 @@ void ClearBytecodeBreak(Opcode opcode) {
}
}
-} // namespace fletch
+} // namespace dartino
« no previous file with comments | « src/vm/native_interpreter.h ('k') | src/vm/native_process_disabled.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698