| Index: src/core/SkPaint.cpp | 
| diff --git a/src/core/SkPaint.cpp b/src/core/SkPaint.cpp | 
| index f3bf01bfafc5ca30e0507190a8ffee37f8a5efaa..78d947020b20442ac8bafcc63f14d752bf2f0c83 100644 | 
| --- a/src/core/SkPaint.cpp | 
| +++ b/src/core/SkPaint.cpp | 
| @@ -106,11 +106,6 @@ SkPaint::SkPaint() { | 
| } | 
|  | 
| SkPaint::SkPaint(const SkPaint& src) { | 
| -    // Diagnoistic. May remove later. See crbug.com/364224 | 
| -    if (NULL == &src) { | 
| -        sk_throw(); | 
| -    } | 
| - | 
| #define COPY(field) field = src.field | 
| #define REF_COPY(field) field = SkSafeRef(src.field) | 
|  | 
|  |