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

Unified Diff: src/vm/assembler_x64.h

Issue 1659163007: Rename fletch -> dartino (Closed) Base URL: https://github.com/dartino/sdk.git@master
Patch Set: 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
Index: src/vm/assembler_x64.h
diff --git a/src/vm/assembler_x64.h b/src/vm/assembler_x64.h
index bfd1f8d1e171aff74802b80b319eb725cb32ae65..c0a9a057dd7a5cf77a039191a41b02382933dfba 100644
--- a/src/vm/assembler_x64.h
+++ b/src/vm/assembler_x64.h
@@ -12,7 +12,7 @@
#include "src/shared/assert.h"
#include "src/shared/utils.h"
-namespace fletch {
+namespace dartino {
extern const char* kLocalLabelPrefix;
@@ -359,6 +359,6 @@ class Assembler {
#undef INSTRUCTION_1
#undef INSTRUCTION_2
-} // namespace fletch
+} // namespace dartino
#endif // SRC_VM_ASSEMBLER_X64_H_

Powered by Google App Engine
This is Rietveld 408576698