| Index: runtime/vm/object.h
|
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h
|
| index 62fd100a415b7e90cc18e749755423a936d70074..7cc2ab5ede35fdac6e115590963d8cbf52676219 100644
|
| --- a/runtime/vm/object.h
|
| +++ b/runtime/vm/object.h
|
| @@ -1354,7 +1354,7 @@ class Class : public Object {
|
| // leaf method, ...).
|
| void RegisterCHACode(const Code& code);
|
|
|
| - void DisableCHAOptimizedCode();
|
| + void DisableCHAOptimizedCode(const Class& subclass);
|
|
|
| RawArray* cha_codes() const { return raw_ptr()->cha_codes_; }
|
| void set_cha_codes(const Array& value) const;
|
|
|