summaryrefslogtreecommitdiffstats
path: root/webkit/api/src/WebImageCG.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/api/src/WebImageCG.cpp')
-rw-r--r--webkit/api/src/WebImageCG.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/api/src/WebImageCG.cpp b/webkit/api/src/WebImageCG.cpp
index 34cee01..1c28929 100644
--- a/webkit/api/src/WebImageCG.cpp
+++ b/webkit/api/src/WebImageCG.cpp
@@ -76,7 +76,7 @@ void WebImage::assign(const WebImage& image)
bool WebImage::isNull() const
{
- return m_imageRef != 0;
+ return m_imageRef == 0;
}
WebSize WebImage::size() const