Chromium Code Reviews| Index: include/core/SkRegion.h |
| diff --git a/include/core/SkRegion.h b/include/core/SkRegion.h |
| index 20366bc63822441af294015df930c3eb34818770..eb0f1367aba4a6b14bca770525bda848bcbbe9c9 100644 |
| --- a/include/core/SkRegion.h |
| +++ b/include/core/SkRegion.h |
| @@ -59,7 +59,6 @@ public: |
| * resulting region is non-empty. |
| */ |
| bool set(const SkRegion& src) { |
| - SkASSERT(&src); |
| *this = src; |
| return !this->isEmpty(); |
| } |