Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1726)

Unified Diff: src/shared/natives.h

Issue 1659163007: Rename fletch -> dartino (Closed) Base URL: https://github.com/dartino/sdk.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698