| Index: src/shared/bytecodes.h
|
| diff --git a/src/shared/bytecodes.h b/src/shared/bytecodes.h
|
| index 39f07528cb50ef3aad974977ac52d3357fe0fed8..ae293a3eda4e53df378651e02b4551c87ae51f15 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;
|
| @@ -174,6 +174,6 @@ class Bytecode {
|
| static uint8* PreviousBytecode(uint8* current_bcp);
|
| };
|
|
|
| -} // namespace fletch
|
| +} // namespace dartino
|
|
|
| #endif // SRC_SHARED_BYTECODES_H_
|
|
|