Chromium Code Reviews| Index: src/gpu/GrNonAtomicRef.h |
| diff --git a/src/gpu/GrNonAtomicRef.h b/src/gpu/GrNonAtomicRef.h |
| index 026e11d8630a7376d13663bdde11915c1618af3f..efa2881c5f49a34cd553ccb291b4c638277b7745 100644 |
| --- a/src/gpu/GrNonAtomicRef.h |
| +++ b/src/gpu/GrNonAtomicRef.h |
| @@ -35,7 +35,7 @@ public: |
| SkASSERT(fRefCnt > 0); |
| --fRefCnt; |
| if (0 == fRefCnt) { |
| - SkDELETE(this); |
| + delete this; |
| return; |
| } |
| } |