| Index: src/compiler/js-inlining.cc
|
| diff --git a/src/compiler/js-inlining.cc b/src/compiler/js-inlining.cc
|
| index 4b7fecc2986773f7a720f8579451227700003a67..4efcf4e042f81804177e5084ee6bd8befd56eef0 100644
|
| --- a/src/compiler/js-inlining.cc
|
| +++ b/src/compiler/js-inlining.cc
|
| @@ -498,7 +498,7 @@ Reduction JSInliner::ReduceJSCall(Node* node) {
|
| }
|
|
|
| // Function contains break points.
|
| - if (shared_info->HasDebugInfo()) {
|
| + if (shared_info->HasBreakInfo()) {
|
| TRACE("Not inlining %s into %s because callee may contain break points\n",
|
| shared_info->DebugName()->ToCString().get(),
|
| info_->shared_info()->DebugName()->ToCString().get());
|
|
|