Index: src/isolate.cc |
diff --git a/src/isolate.cc b/src/isolate.cc |
index 56c3554cd886d0d42f7f29194335040a0fb2a609..b0d01cb9b08efec5fbc29ef38b0d3468ba3c5562 100644 |
--- a/src/isolate.cc |
+++ b/src/isolate.cc |
@@ -336,6 +336,7 @@ static bool IsVisibleInStackTrace(JSFunction* fun, |
if (!FLAG_builtins_in_stack_traces && fun->shared()->IsBuiltin()) { |
return fun->shared()->native(); |
} |
+ |
return true; |
} |