Index: runtime/vm/precompiler.h |
diff --git a/runtime/vm/precompiler.h b/runtime/vm/precompiler.h |
index 5799819b731a3f6ad795d28879a57270c427949f..bbefd2952b764d76d06be73f07474f514c940849 100644 |
--- a/runtime/vm/precompiler.h |
+++ b/runtime/vm/precompiler.h |
@@ -373,6 +373,7 @@ class Precompiler : public ValueObject { |
class FunctionsTraits { |
public: |
static const char* Name() { return "FunctionsTraits"; } |
+ static bool ReportStats() { return false; } |
static bool IsMatch(const Object& a, const Object& b) { |
Zone* zone = Thread::Current()->zone(); |