| Index: runtime/vm/object.h
|
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h
|
| index 61e6ea069663c92b867a2d60afd93dfb2a170557..43c107eb76c3326d5d11f2e0d1a0d67fb31b5cc8 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;
|
|
|