| Index: src/core/SkMatrix.cpp
 | 
| diff --git a/src/core/SkMatrix.cpp b/src/core/SkMatrix.cpp
 | 
| index 2a295870ddee6d6f7a5538d3a62c42a2f21e062a..956cf46b9fd3d02bdf167e997fdff22500b0f363 100644
 | 
| --- a/src/core/SkMatrix.cpp
 | 
| +++ b/src/core/SkMatrix.cpp
 | 
| @@ -1061,7 +1061,7 @@ void SkMatrix::mapVectors(SkPoint dst[], const SkPoint src[], int count) const {
 | 
|  }
 | 
|  
 | 
|  bool SkMatrix::mapRect(SkRect* dst, const SkRect& src) const {
 | 
| -    SkASSERT(dst && &src);
 | 
| +    SkASSERT(dst);
 | 
|  
 | 
|      if (this->rectStaysRect()) {
 | 
|          this->mapPoints((SkPoint*)dst, (const SkPoint*)&src, 2);
 | 
| 
 |