Index: src/vm/port.h |
diff --git a/src/vm/port.h b/src/vm/port.h |
index 4bb518b519c40fedec78c70520ef4285c25512f8..8b2abb40b42dd38ae26a2e8d23515725303373f2 100644 |
--- a/src/vm/port.h |
+++ b/src/vm/port.h |
@@ -11,7 +11,7 @@ |
#include "src/vm/object_memory.h" |
#include "src/vm/spinlock.h" |
-namespace fletch { |
+namespace dartino { |
class HeapObject; |
class Instance; |
@@ -70,6 +70,6 @@ class Port { |
Port* next_; |
}; |
-} // namespace fletch |
+} // namespace dartino |
#endif // SRC_VM_PORT_H_ |