Index: src/runtime.cc |
=================================================================== |
--- src/runtime.cc (revision 751) |
+++ src/runtime.cc (working copy) |
@@ -5088,7 +5088,7 @@ |
if (!done) { |
// If the candidate is not compiled compile it to reveal any inner |
// functions which might contain the requested source position. |
- CompileLazyShared(target, KEEP_EXCEPTION); |
+ CompileLazyShared(target, KEEP_EXCEPTION, 0); |
} |
} |