git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Remove static linkage of QtWebKit against the ICO image format plugin.
[WebKit-https.git]
/
WebCore
/
platform
/
graphics
/
qt
/
ImageDecoderQt.cpp
diff --git
a/WebCore/platform/graphics/qt/ImageDecoderQt.cpp
b/WebCore/platform/graphics/qt/ImageDecoderQt.cpp
index eaef4cda7d66091acc4bbb3292d210f2fa21289d..fa9c6657e87139049ffcdc9304b19dcda67e99eb 100644
(file)
--- a/
WebCore/platform/graphics/qt/ImageDecoderQt.cpp
+++ b/
WebCore/platform/graphics/qt/ImageDecoderQt.cpp
@@
-35,10
+35,6
@@
#include <QtGui/QImageReader>
#include <qdebug.h>
-#if !defined(Q_OS_WIN)
-Q_IMPORT_PLUGIN(qtwebico) //For ico format...
-#endif
-
namespace {
const QImage::Format DesiredFormat = QImage::Format_ARGB32;
const bool debugImageDecoderQt = false;