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

Unified Diff: src/debug/liveedit.js

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/liveedit.cc ('k') | src/debug/mips/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/debug/liveedit.js
diff --git a/src/liveedit-debugger.js b/src/debug/liveedit.js
similarity index 99%
rename from src/liveedit-debugger.js
rename to src/debug/liveedit.js
index af7712d8013522e0a5546d4a3324f6669434b35e..26663bff8956782ed867459a12efe45ded26cc6a 100644
--- a/src/liveedit-debugger.js
+++ b/src/debug/liveedit.js
@@ -3,7 +3,7 @@
// found in the LICENSE file.
// LiveEdit feature implementation. The script should be executed after
-// debug-debugger.js.
+// debug.js.
// A LiveEdit namespace. It contains functions that modifies JavaScript code
// according to changes of script source (if possible).
« no previous file with comments | « src/debug/liveedit.cc ('k') | src/debug/mips/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698