| 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_
|
|
|