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

Unified Diff: src/builtins.cc

Issue 2943002: Reimplement stack manipulations for LiveEdit (Closed)
Patch Set: follow codereview Created 10 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/builtins.h ('k') | src/debug.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/builtins.cc
diff --git a/src/builtins.cc b/src/builtins.cc
index ad52ea18b89fac1817f645c126eb581f54f2cc0e..81216128acaaccf1ca6693e34141d2e93f055795 100644
--- a/src/builtins.cc
+++ b/src/builtins.cc
@@ -1377,8 +1377,8 @@ static void Generate_PlainReturn_LiveEdit(MacroAssembler* masm) {
}
-static void Generate_FrameDropper_LiveEdit(MacroAssembler* masm) {
- Debug::GenerateFrameDropperLiveEdit(masm);
+static void Generate_RestarterPatch_LiveEdit(MacroAssembler* masm) {
+ Debug::GenerateRestarterPatchLiveEdit(masm);
}
#endif
« no previous file with comments | « src/builtins.h ('k') | src/debug.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698