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