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

Unified Diff: src/shared/bytecodes.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/shared/bytecodes.h
diff --git a/src/shared/bytecodes.h b/src/shared/bytecodes.h
index fcd1de5d3708b3411276e0f2d712ce1aa841976a..18e3c7be8cc3f3653249b943446d7349372ed679 100644
--- a/src/shared/bytecodes.h
+++ b/src/shared/bytecodes.h
@@ -7,7 +7,7 @@
#include "src/shared/globals.h"
-namespace fletch {
+namespace dartino {
const int8 kVarDiff = 0x7f;
const int kLoadLiteralWideLimit = 0x3fffffff;
@@ -173,6 +173,6 @@ class Bytecode {
static uint8* PreviousBytecode(uint8* current_bcp);
};
-} // namespace fletch
+} // namespace dartino
#endif // SRC_SHARED_BYTECODES_H_

Powered by Google App Engine
This is Rietveld 408576698