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

Unified Diff: src/vm/assembler_x86.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/assembler_x64_macos.cc ('k') | src/vm/assembler_x86.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/vm/assembler_x86.h
diff --git a/src/vm/assembler_x86.h b/src/vm/assembler_x86.h
index 84ce429c245a9088573706eebfae6f923cb59d4c..081dc36f4ddfeeeeb5e3e13e9d009ed608964f40 100644
--- a/src/vm/assembler_x86.h
+++ b/src/vm/assembler_x86.h
@@ -12,7 +12,7 @@
#include "src/shared/assert.h"
#include "src/shared/utils.h"
-namespace fletch {
+namespace dartino {
extern const char* kLocalLabelPrefix;
@@ -324,6 +324,6 @@ class Assembler {
#undef INSTRUCTION_1
#undef INSTRUCTION_2
-} // namespace fletch
+} // namespace dartino
#endif // SRC_VM_ASSEMBLER_X86_H_
« no previous file with comments | « src/vm/assembler_x64_macos.cc ('k') | src/vm/assembler_x86.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698