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