Chromium Code Reviews| Index: src/debug.cc |
| diff --git a/src/debug.cc b/src/debug.cc |
| index c820b97fadfa62acdbf2f274bee8b99158cf6675..35970e5ee934e9eb9ff3558d98da544cfd0ebd56 100644 |
| --- a/src/debug.cc |
| +++ b/src/debug.cc |
| @@ -2106,6 +2106,7 @@ void Debug::PrepareForBreakPoints() { |
| if (!shared->allows_lazy_compilation()) continue; |
| if (!shared->script()->IsScript()) continue; |
| + if (function->IsBuiltin()) continue; |
| if (shared->code()->gc_metadata() == active_code_marker) continue; |
| Code::Kind kind = function->code()->kind(); |