| Index: src/shared/natives.h
|
| diff --git a/src/shared/natives.h b/src/shared/natives.h
|
| index 9a4caa9296b78d27d0167cbef054740c9d828a86..9236e61ab2b63f477e96e792164cec4c61995505 100644
|
| --- a/src/shared/natives.h
|
| +++ b/src/shared/natives.h
|
| @@ -5,7 +5,7 @@
|
| #ifndef SRC_SHARED_NATIVES_H_
|
| #define SRC_SHARED_NATIVES_H_
|
|
|
| -namespace fletch {
|
| +namespace dartino {
|
|
|
| #define NATIVES_DO(N) \
|
| N(PrintToConsole, "<none>", "printToConsole") \
|
| @@ -137,7 +137,7 @@ namespace fletch {
|
| N(StopwatchFrequency, "Stopwatch", "_frequency") \
|
| N(StopwatchNow, "Stopwatch", "_now") \
|
| \
|
| - N(TimerScheduleTimeout, "_FletchTimer", "_scheduleTimeout") \
|
| + N(TimerScheduleTimeout, "_DartinoTimer", "_scheduleTimeout") \
|
| N(EventHandlerSleep, "<none>", "_sleep") \
|
| \
|
| N(ForeignLibraryLookup, "ForeignLibrary", "_lookupLibrary") \
|
| @@ -259,6 +259,6 @@ enum Native {
|
| kNumberOfNatives
|
| };
|
|
|
| -} // namespace fletch
|
| +} // namespace dartino
|
|
|
| #endif // SRC_SHARED_NATIVES_H_
|
|
|