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

Unified Diff: src/vm/debug_info.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/debug_info.h ('k') | src/vm/debug_info_no_live_coding.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/vm/debug_info.cc
diff --git a/src/vm/debug_info.cc b/src/vm/debug_info.cc
index edc5e16b988322cd1150942a5339adc0ddaf4879..88f0852e75c8378ff3839365e9a09e0922f3ea9f 100644
--- a/src/vm/debug_info.cc
+++ b/src/vm/debug_info.cc
@@ -2,7 +2,7 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE.md file.
-#ifdef FLETCH_ENABLE_LIVE_CODING
+#ifdef DARTINO_ENABLE_LIVE_CODING
#include "src/vm/debug_info.h"
@@ -11,7 +11,7 @@
#include "src/vm/native_interpreter.h"
#include "src/vm/process.h"
-namespace fletch {
+namespace dartino {
static Mutex* breakpoint_mutex = new Mutex();
@@ -178,6 +178,6 @@ void DebugInfo::UpdateBreakpoints() {
breakpoints_.Swap(new_breakpoints);
}
-} // namespace fletch
+} // namespace dartino
-#endif // FLETCH_ENABLE_LIVE_CODING
+#endif // DARTINO_ENABLE_LIVE_CODING
« no previous file with comments | « src/vm/debug_info.h ('k') | src/vm/debug_info_no_live_coding.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698