Chromium Code Reviews| Index: runtime/vm/object.h |
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h |
| index 902ea91ed2b0515e3ffa8464f4976bc26a5b3e70..403044ece235d1d4a198b1bd421cb04a41c2bb87 100644 |
| --- a/runtime/vm/object.h |
| +++ b/runtime/vm/object.h |
| @@ -1386,7 +1386,7 @@ class Class : public Object { |
| void DisableCHAOptimizedCode(const Class& subclass); |
| - RawArray* cha_codes() const { return raw_ptr()->cha_codes_; } |
| + RawArray* cha_codes() const { return raw_ptr()->dependent_code_; } |
|
siva
2016/04/29 21:04:24
This seems to violate our naming standard that we
rmacnak
2016/04/29 21:47:49
Renamed the accessors to [set_]dependent_code and
|
| void set_cha_codes(const Array& value) const; |
| bool TraceAllocation(Isolate* isolate) const; |