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