Chromium Code Reviews| Index: runtime/vm/object.h |
| =================================================================== |
| --- runtime/vm/object.h (revision 21305) |
| +++ runtime/vm/object.h (working copy) |
| @@ -1588,7 +1588,7 @@ |
| int32_t SourceFingerprint() const; |
| // Return false and report an error if the fingerprint does not match. |
| - bool CheckSourceFingerprint(intptr_t fp) const; |
| + bool CheckSourceFingerprint(int32_t fp) const; |
| static const int kCtorPhaseInit = 1 << 0; |
| static const int kCtorPhaseBody = 1 << 1; |