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

Unified Diff: src/debug/liveedit.h

Issue 1265923002: Debugger: move implementation to a separate folder. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: rebase Created 5 years, 5 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/debug/ia32/debug-ia32.cc ('k') | src/debug/liveedit.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/debug/liveedit.h
diff --git a/src/liveedit.h b/src/debug/liveedit.h
similarity index 99%
rename from src/liveedit.h
rename to src/debug/liveedit.h
index 58204b65cc7328455e7f44d21720bcbc1547c0be..d576e8218d0db392c26c31720ba5268867b9b01c 100644
--- a/src/liveedit.h
+++ b/src/debug/liveedit.h
@@ -2,9 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef V8_LIVEEDIT_H_
-#define V8_LIVEEDIT_H_
-
+#ifndef V8_DEBUG_LIVEEDIT_H_
+#define V8_DEBUG_LIVEEDIT_H_
// Live Edit feature implementation.
@@ -126,7 +125,7 @@ class LiveEdit : AllStatic {
// Return error message or NULL.
static const char* RestartFrame(JavaScriptFrame* frame);
- // A copy of this is in liveedit-debugger.js.
+ // A copy of this is in liveedit.js.
enum FunctionPatchabilityStatus {
FUNCTION_AVAILABLE_FOR_PATCH = 1,
FUNCTION_BLOCKED_ON_ACTIVE_STACK = 2,
@@ -369,4 +368,4 @@ class SharedInfoWrapper : public JSArrayBasedStruct<SharedInfoWrapper> {
} } // namespace v8::internal
-#endif /* V*_LIVEEDIT_H_ */
+#endif /* V8_DEBUG_LIVEEDIT_H_ */
« no previous file with comments | « src/debug/ia32/debug-ia32.cc ('k') | src/debug/liveedit.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698