| Index: src/gpu/gl/GrGLPathRendering.cpp | 
| diff --git a/src/gpu/gl/GrGLPathRendering.cpp b/src/gpu/gl/GrGLPathRendering.cpp | 
| index e46f33635183119e9f042e374d57e921ec8833e0..a9152140c856bca3157866123c47fcef8a71e0ff 100644 | 
| --- a/src/gpu/gl/GrGLPathRendering.cpp | 
| +++ b/src/gpu/gl/GrGLPathRendering.cpp | 
| @@ -125,7 +125,7 @@ GrPathRange* GrGLPathRendering::createGlyphs(const SkTypeface* typeface, | 
| } | 
|  | 
| int faceIndex; | 
| -    SkAutoTUnref<SkStream> fontStream(typeface->openStream(&faceIndex)); | 
| +    SkAutoTDelete<SkStream> fontStream(typeface->openStream(&faceIndex)); | 
|  | 
| const size_t fontDataLength = fontStream->getLength(); | 
| if (0 == fontDataLength) { | 
|  |