Chromium Code Reviews| 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; |