Index: src/core/SkGlyphCache_Globals.h |
diff --git a/src/core/SkGlyphCache_Globals.h b/src/core/SkGlyphCache_Globals.h |
index 8e0ceb55c4a0939bb3f151b89e03fa12cbc7b629..70d80208d45bf5c688021a163b23d69bea22e0e1 100644 |
--- a/src/core/SkGlyphCache_Globals.h |
+++ b/src/core/SkGlyphCache_Globals.h |
@@ -37,7 +37,7 @@ public: |
SkGlyphCache* cache = fHead; |
while (cache) { |
SkGlyphCache* next = cache->fNext; |
- SkDELETE(cache); |
+ delete cache; |
cache = next; |
} |
} |