Index: third_party/WebKit/WebCore/platform/graphics/wx/ImageSourceWx.cpp |
=================================================================== |
--- third_party/WebKit/WebCore/platform/graphics/wx/ImageSourceWx.cpp (revision 9383) |
+++ third_party/WebKit/WebCore/platform/graphics/wx/ImageSourceWx.cpp (working copy) |
@@ -170,7 +170,7 @@ |
delete m_decoder; |
m_decoder = 0; |
if (data) |
- setData(data, allDataReceived); |
+ setData(data, allDataReceived); |
} |
NativeImagePtr ImageSource::createFrameAtIndex(size_t index) |