- Timestamp:
- 02/07/07 15:09:19 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/WebCore/platform/graphics/cairo/ImageSourceCairo.cpp
r15999 r19481 105 105 // If insufficient bytes are available to determine the image type, no decoder plugin will be 106 106 // made. 107 delete m_decoder; 107 108 m_decoder = createDecoder(*data); 108 109 if (!m_decoder)