Chromium Code Reviews| Index: runtime/vm/object.cc |
| diff --git a/runtime/vm/object.cc b/runtime/vm/object.cc |
| index 587ddd51551b0888efe721cb84a216292b9c4f0f..c583ccc08db5473ed46ca12638c4913cbb585489 100644 |
| --- a/runtime/vm/object.cc |
| +++ b/runtime/vm/object.cc |
| @@ -5911,7 +5911,6 @@ void Function::SetIsNativeAutoSetupScope(bool value) const { |
| bool Function::CanBeInlined() const { |
| return is_inlinable() && |
| !is_generated_body() && |
| - HasCode() && |
| !Isolate::Current()->debugger()->HasBreakpoint(*this); |
| } |