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

Unified Diff: src/vm/process.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/vm/priority_heap_test.cc ('k') | src/vm/process.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/vm/process.h
diff --git a/src/vm/process.h b/src/vm/process.h
index fb1ee34a8f37923136ba19be6ea946350ff2f44c..28dd6279ca7836b19b98347ec23b4dd7425f8a26 100644
--- a/src/vm/process.h
+++ b/src/vm/process.h
@@ -20,7 +20,7 @@
#include "src/vm/signal.h"
#include "src/vm/thread.h"
-namespace fletch {
+namespace dartino {
class Engine;
class Interpreter;
@@ -88,7 +88,7 @@ class Process {
Object* NewByteArray(int length);
Object* NewArray(int length);
- Object* NewDouble(fletch_double value);
+ Object* NewDouble(dartino_double value);
Object* NewInteger(int64 value);
// Attempt to deallocate the large integer object. If the large integer
@@ -334,6 +334,6 @@ inline bool Process::ChangeState(State from, State to) {
return false;
}
-} // namespace fletch
+} // namespace dartino
#endif // SRC_VM_PROCESS_H_
« no previous file with comments | « src/vm/priority_heap_test.cc ('k') | src/vm/process.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698