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

Unified Diff: src/shared/natives.h

Issue 1659163007: Rename fletch -> dartino (Closed) Base URL: https://github.com/dartino/sdk.git@master
Patch Set: address comments 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
« no previous file with comments | « src/shared/native_socket_windows.cc ('k') | src/shared/natives_to_json.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/shared/natives.h
diff --git a/src/shared/natives.h b/src/shared/natives.h
index 0abf29e6b80dec675b8b50e1e67185331dfb5a57..9f620afe3b08354cc376b55bafd26cd586d2ec87 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", false) \
@@ -139,7 +139,7 @@ namespace fletch {
N(StopwatchFrequency, "Stopwatch", "_frequency", false) \
N(StopwatchNow, "Stopwatch", "_now", false) \
\
- N(TimerScheduleTimeout, "_FletchTimer", "_scheduleTimeout", false) \
+ N(TimerScheduleTimeout, "_DartinoTimer", "_scheduleTimeout", false) \
N(EventHandlerSleep, "<none>", "_sleep", false) \
\
N(ForeignLibraryLookup, "ForeignLibrary", "_lookupLibrary", false) \
@@ -268,6 +268,6 @@ NATIVES_DO(N)
#undef N
-} // namespace fletch
+} // namespace dartino
#endif // SRC_SHARED_NATIVES_H_
« no previous file with comments | « src/shared/native_socket_windows.cc ('k') | src/shared/natives_to_json.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698