Chromium Code Reviews| Index: include/core/SkRect.h |
| diff --git a/include/core/SkRect.h b/include/core/SkRect.h |
| index 5c806a963b8bb39e7896ea3885b82611a63faf9a..0f68825fc1ced755a9ae41e89f807c9fcd76ff3b 100644 |
| --- a/include/core/SkRect.h |
| +++ b/include/core/SkRect.h |
| @@ -281,7 +281,6 @@ struct SK_API SkIRect { |
| If either rectangle is empty, do nothing and return false. |
| */ |
| bool SK_WARN_UNUSED_RESULT intersect(const SkIRect& r) { |
| - SkASSERT(&r); |
| return this->intersect(r.fLeft, r.fTop, r.fRight, r.fBottom); |
| } |