Index: runtime/vm/object.h |
=================================================================== |
--- runtime/vm/object.h (revision 15200) |
+++ runtime/vm/object.h (working copy) |
@@ -1438,7 +1438,7 @@ |
// Slow function, use in asserts to track changes in important library |
// functions. |
- intptr_t SourceFingerprint() const; |
+ int32_t SourceFingerprint() const; |
static const int kCtorPhaseInit = 1 << 0; |
static const int kCtorPhaseBody = 1 << 1; |