| Index: src/vm/spinlock.h
|
| diff --git a/src/vm/spinlock.h b/src/vm/spinlock.h
|
| index 75f60647c1656bc1ffd8f9d193728d7877d9af29..9bc8e743f2089f567e5cb114813e96744ee60a95 100644
|
| --- a/src/vm/spinlock.h
|
| +++ b/src/vm/spinlock.h
|
| @@ -7,7 +7,7 @@
|
|
|
| #include "src/shared/atomic.h"
|
|
|
| -namespace fletch {
|
| +namespace dartino {
|
|
|
| // Please limit the use of spinlocks (e.g. reduce critical region to absolute
|
| // minimum, only if a normal mutex is a bottleneck).
|
| @@ -37,6 +37,6 @@ class ScopedSpinlock {
|
| Spinlock* lock_;
|
| };
|
|
|
| -} // namespace fletch
|
| +} // namespace dartino
|
|
|
| #endif // SRC_VM_SPINLOCK_H_
|
|
|