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

Unified Diff: src/vm/void_hash_table.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/void_hash_table.h ('k') | src/vm/weak_pointer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/vm/void_hash_table.cc
diff --git a/src/vm/void_hash_table.cc b/src/vm/void_hash_table.cc
index cc00a60ddb0f4129939d0c51df8bbb4fc838bb33..bb8af1b59dc60f845016ed8f8e8bd9153fb7600a 100644
--- a/src/vm/void_hash_table.cc
+++ b/src/vm/void_hash_table.cc
@@ -6,7 +6,7 @@
#include "src/vm/void_hash_table.h"
-namespace fletch {
+namespace dartino {
VoidHashTable::hash_t VoidHashTable::HashCode(const void* key) {
return reinterpret_cast<intptr_t>(key) & INTPTR_MAX;
@@ -239,4 +239,4 @@ void VoidHashTable::Clear() {
AllocateBacking(kInitialCapacity);
}
-} // namespace fletch.
+} // namespace dartino.
« no previous file with comments | « src/vm/void_hash_table.h ('k') | src/vm/weak_pointer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698