Index: src/vm/lookup_cache.h |
diff --git a/src/vm/lookup_cache.h b/src/vm/lookup_cache.h |
index ee33323a1c91bed9d593b3b40606c0a79a70dbad..a91d6ab0f5f49300f34ea625d5ceffb81d84e81d 100644 |
--- a/src/vm/lookup_cache.h |
+++ b/src/vm/lookup_cache.h |
@@ -8,7 +8,7 @@ |
#include "src/shared/globals.h" |
#include "src/shared/utils.h" |
-namespace fletch { |
+namespace dartino { |
class Class; |
class Function; |
@@ -69,6 +69,6 @@ uword LookupCache::ComputeSecondaryIndex(Class* clazz, int selector) { |
return hash % kSecondarySize; |
} |
-} // namespace fletch |
+} // namespace dartino |
#endif // SRC_VM_LOOKUP_CACHE_H_ |