Index: runtime/vm/compiler.h |
diff --git a/runtime/vm/compiler.h b/runtime/vm/compiler.h |
index e8052c77669f53d2c874e72fde13f2fd7eb8110c..746d5d889dba4bb1a3ca8d66189c952ec3d1b7d8 100644 |
--- a/runtime/vm/compiler.h |
+++ b/runtime/vm/compiler.h |
@@ -72,6 +72,7 @@ class Compiler : public AllStatic { |
// The return value is either a RawInstance on success or a RawError |
// on compilation failure. |
static RawObject* EvaluateStaticInitializer(const Field& field); |
+ static void CompileStaticInitializer(const Field& field); |
// Generates local var descriptors and sets it in 'code'. Do not call if the |
// local var descriptor already exists. |