| Index: webkit/tools/webcore_unit_tests/XBMImageDecoder_unittest.cpp
|
| ===================================================================
|
| --- webkit/tools/webcore_unit_tests/XBMImageDecoder_unittest.cpp (revision 29088)
|
| +++ webkit/tools/webcore_unit_tests/XBMImageDecoder_unittest.cpp (working copy)
|
| @@ -34,7 +34,7 @@
|
|
|
| class XBMImageDecoderTest : public ImageDecoderTest {
|
| public:
|
| - XBMImageDecoderTest() : ImageDecoderTest(L"xbm") { }
|
| + XBMImageDecoderTest() : ImageDecoderTest("xbm") { }
|
|
|
| protected:
|
| virtual WebCore::ImageDecoder* CreateDecoder() const {
|
|
|