Index: third_party/WebKit/WebCore/platform/graphics/cg/ImageSourceCG.cpp |
=================================================================== |
--- third_party/WebKit/WebCore/platform/graphics/cg/ImageSourceCG.cpp (revision 9383) |
+++ 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() |