Index: runtime/vm/object.h |
diff --git a/runtime/vm/object.h b/runtime/vm/object.h |
index 9adf1345e35e29ebff8b712334f2b9a3015125ef..eeb2a41ad520301d79b2635c4b11b7147c51607e 100644 |
--- a/runtime/vm/object.h |
+++ b/runtime/vm/object.h |
@@ -2152,7 +2152,7 @@ class Function : public Object { |
int32_t SourceFingerprint() const; |
// Return false and report an error if the fingerprint does not match. |
- bool CheckSourceFingerprint(int32_t fp) const; |
+ bool CheckSourceFingerprint(const char* prefix, int32_t fp) const; |
// Works with map [deopt-id] -> ICData. |
void SaveICDataMap( |