| Index: runtime/vm/object.h
|
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h
|
| index d66c7646deee2eab9e55e53ee5afc6cbff84d183..b219ab7c5cdc3cbaee33f1d3eb32ac751c4469fc 100644
|
| --- a/runtime/vm/object.h
|
| +++ b/runtime/vm/object.h
|
| @@ -1854,6 +1854,7 @@ class ICData : public Object {
|
| bool IsImmutable() const;
|
|
|
| void Reset(Zone* zone) const;
|
| + void ResetSwitchable(Zone* zone) const;
|
|
|
| // Note: only deopts with reasons before Unknown in this list are recorded in
|
| // the ICData. All other reasons are used purely for informational messages
|
|
|