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

Unified Diff: src/compiler.cc

Issue 650126: Send AfterCompile event from in debugger (Closed)
Patch Set: fix Created 10 years, 10 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 | « no previous file | src/debug.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler.cc
diff --git a/src/compiler.cc b/src/compiler.cc
index 557a91e4db434d2af30ee2170eded3f707f5caf5..066b9fecf36c7d8d2ef1d3fe5b10a16a9a38967f 100755
--- a/src/compiler.cc
+++ b/src/compiler.cc
@@ -224,7 +224,7 @@ static Handle<JSFunction> MakeFunction(bool is_global,
#ifdef ENABLE_DEBUGGER_SUPPORT
// Notify debugger
- Debugger::OnAfterCompile(script, fun);
+ Debugger::OnAfterCompile(script, fun, false);
Søren Thygesen Gjesse 2010/02/22 10:41:20 It looks as if this is the only place this functio
Peter Rybin 2010/02/22 21:19:08 That's right. The actual usage is in one of my nex
#endif
return fun;
« no previous file with comments | « no previous file | src/debug.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698