Index: runtime/vm/object.h |
diff --git a/runtime/vm/object.h b/runtime/vm/object.h |
index 926564988bce728d836fba8bf3bc4a0075c48990..9023b2f4256329a2b5df6364409b5cd61919d5b9 100644 |
--- a/runtime/vm/object.h |
+++ b/runtime/vm/object.h |
@@ -1128,6 +1128,8 @@ class Class : public Object { |
void AddField(const Field& field) const; |
void AddFields(const GrowableArray<const Field*>& fields) const; |
+ void InjectCIDFields() const; |
+ |
// Returns an array of all instance fields of this class and its superclasses |
// indexed by offset in words. |
// |original_classes| only has an effect when reloading. If true and we |