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

Unified Diff: src/vm/weak_pointer.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/weak_pointer.h ('k') | tests/agent_tests/agent_tests.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/vm/weak_pointer.cc
diff --git a/src/vm/weak_pointer.cc b/src/vm/weak_pointer.cc
index 681452737cbad531af34bb2d33838f4c410dc9c2..5bb718b56b9384e66836803cd06c3ae38ce8aed0 100644
--- a/src/vm/weak_pointer.cc
+++ b/src/vm/weak_pointer.cc
@@ -9,7 +9,7 @@
#include "src/vm/object.h"
#include "src/vm/object_memory.h"
-namespace fletch {
+namespace dartino {
WeakPointer::WeakPointer(HeapObject* object, WeakPointerCallback callback,
WeakPointer* next)
@@ -100,4 +100,4 @@ void WeakPointer::Visit(WeakPointer* pointers, PointerVisitor* visitor) {
}
}
-} // namespace fletch
+} // namespace dartino
« no previous file with comments | « src/vm/weak_pointer.h ('k') | tests/agent_tests/agent_tests.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698