Chromium Code Reviews| Index: src/core/SkPaint.cpp |
| diff --git a/src/core/SkPaint.cpp b/src/core/SkPaint.cpp |
| index e072385f30306995c423c7e818b0c3a624614001..975d0ccc07ee536bea45a4819a447bb308013f87 100644 |
| --- a/src/core/SkPaint.cpp |
| +++ b/src/core/SkPaint.cpp |
| @@ -116,8 +116,6 @@ SkPaint& SkPaint::operator=(const SkPaint& src) { |
| #define COPY(field) field = src.field |
| #define REF_COPY(field) SkSafeUnref(field); field = SkSafeRef(src.field) |
| - SkASSERT(&src); |
| - |
| REF_COPY(fTypeface); |
| REF_COPY(fPathEffect); |
| REF_COPY(fShader); |