Index: src/objects-inl.h |
diff --git a/src/objects-inl.h b/src/objects-inl.h |
index 792a4c058d9197b185d1646a2dfb703324c31abd..3e5121b47eb0afa51f433b46917d04d266068258 100644 |
--- a/src/objects-inl.h |
+++ b/src/objects-inl.h |
@@ -1742,7 +1742,7 @@ inline bool AllocationSite::DigestPretenuringFeedback( |
PrintIsolate(GetIsolate(), |
"pretenuring: AllocationSite(%p): (created, found, ratio) " |
"(%d, %d, %f) %s => %s\n", |
- this, create_count, found_count, ratio, |
+ static_cast<void*>(this), create_count, found_count, ratio, |
PretenureDecisionName(current_decision), |
PretenureDecisionName(pretenure_decision())); |
} |