| Index: runtime/vm/weak_code.h
|
| diff --git a/runtime/vm/weak_code.h b/runtime/vm/weak_code.h
|
| index 809d3f81e6583c66519ec9049235f267086bb042..45298065600ec6bb7461f3138e973e974b8a5953 100644
|
| --- a/runtime/vm/weak_code.h
|
| +++ b/runtime/vm/weak_code.h
|
| @@ -25,6 +25,7 @@ class WeakCodeReferences : public ValueObject {
|
| virtual void UpdateArrayTo(const Array& array) = 0;
|
| virtual void ReportDeoptimization(const Code& code) = 0;
|
| virtual void ReportSwitchingCode(const Code& code) = 0;
|
| + virtual void IncrementInvalidationGen() = 0;
|
|
|
| static bool IsOptimizedCode(const Array& dependent_code, const Code& code);
|
|
|
|
|