Index: runtime/vm/raw_object.h |
diff --git a/runtime/vm/raw_object.h b/runtime/vm/raw_object.h |
index b9d77672ac1d070ffc46b2ecffaecb481ccdec9a..ff99e9818b79ac830487329df14d6561e8587585 100644 |
--- a/runtime/vm/raw_object.h |
+++ b/runtime/vm/raw_object.h |
@@ -831,6 +831,7 @@ class RawFunction : public RawObject { |
enum Kind { |
kRegularFunction, |
kClosureFunction, |
+ kImplicitClosureFunction, |
kConvertedClosureFunction, |
kSignatureFunction, // represents a signature only without actual code. |
kGetterFunction, // represents getter functions e.g: get foo() { .. }. |