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

Unified Diff: src/vm/intrinsics.cc

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/vm/intrinsics.h ('k') | src/vm/links.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/vm/intrinsics.cc
diff --git a/src/vm/intrinsics.cc b/src/vm/intrinsics.cc
index 4835c2018e572600f178025459d8273cb9b92993..eb95d9c4c686f7bf1a5cb20b4489f1d8cf659fca 100644
--- a/src/vm/intrinsics.cc
+++ b/src/vm/intrinsics.cc
@@ -6,7 +6,7 @@
#include "src/shared/assert.h"
-namespace fletch {
+namespace dartino {
IntrinsicsTable* IntrinsicsTable::default_table_ = NULL;
@@ -32,4 +32,4 @@ bool IntrinsicsTable::set_from_string(const char* name, void (*ptr)(void)) {
return false;
}
-} // namespace fletch
+} // namespace dartino
« no previous file with comments | « src/vm/intrinsics.h ('k') | src/vm/links.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698