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

Unified Diff: src/vm/ffi.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/ffi.h ('k') | src/vm/ffi_disabled.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/vm/ffi.cc
diff --git a/src/vm/ffi.cc b/src/vm/ffi.cc
index 039c6c17fe1ac727f8ddde8fd20ab4f2b69e12fe..b5041d361b755787015eea132fdbce164cc4872e 100644
--- a/src/vm/ffi.cc
+++ b/src/vm/ffi.cc
@@ -10,7 +10,7 @@
#include "src/vm/port.h"
#include "src/vm/process.h"
-namespace fletch {
+namespace dartino {
BEGIN_NATIVE(ForeignAllocate) {
if (!arguments[0]->IsSmi() && !arguments[0]->IsLargeInteger()) {
@@ -420,4 +420,4 @@ DEFINE_FOREIGN_ACCESSORS_DOUBLE(Float64, double)
#undef DEFINE_FOREIGN_ACCESSORS
-} // namespace fletch
+} // namespace dartino
« no previous file with comments | « src/vm/ffi.h ('k') | src/vm/ffi_disabled.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698