 Chromium Code Reviews
 Chromium Code Reviews Issue 1111013002:
  Remove useless SkASSERT in SkRect.h and SkRegion.h  (Closed) 
  Base URL: https://skia.googlesource.com/skia.git@master
    
  
    Issue 1111013002:
  Remove useless SkASSERT in SkRect.h and SkRegion.h  (Closed) 
  Base URL: https://skia.googlesource.com/skia.git@master| 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(); | 
| } |