Chromium Code Reviews| Index: third_party/WebKit/WebCore/platform/graphics/cg/ImageSourceCG.cpp |
| =================================================================== |
| --- third_party/WebKit/WebCore/platform/graphics/cg/ImageSourceCG.cpp (revision 9310) |
| +++ third_party/WebKit/WebCore/platform/graphics/cg/ImageSourceCG.cpp (working copy) |
| @@ -58,7 +58,7 @@ |
| m_decoder = 0; |
| } |
| if (data) |
| - setData(data, allDataReceived); |
| + setData(data, allDataReceived); |
| } |
| static CFDictionaryRef imageSourceOptions() |