Chromium Code Reviews| Index: gm/textbloblooper.cpp |
| diff --git a/gm/textbloblooper.cpp b/gm/textbloblooper.cpp |
| index 337942c68fadfba136ea865ae2d0b1f184cc87b6..dc4be0b1290ecec9863b361d8824908262925e66 100644 |
| --- a/gm/textbloblooper.cpp |
| +++ b/gm/textbloblooper.cpp |
| @@ -255,5 +255,5 @@ private: |
| ////////////////////////////////////////////////////////////////////////////// |
| -DEF_GM( return SkNEW(TextBlobLooperGM); ) |
| +DEF_GM(return new TextBlobLooperGM;) |
| } |