2008-10-21  Yael Aharon <yael.aharon@nokia.com>

        Reviewed by Simon.

        Pixmap in canvas tag was not getting initialized.

        See https://bugs.webkit.org/show_bug.cgi?id=21771

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@37760 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 111960d..a81572c 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,14 @@
+2008-10-21  Yael Aharon <yael.aharon@nokia.com>
+
+        Reviewed by Simon.
+
+        Pixmap in canvas tag was not getting initialized.
+
+        See https://bugs.webkit.org/show_bug.cgi?id=21771
+
+        * platform/graphics/qt/ImageBufferQt.cpp:
+        (WebCore::ImageBuffer::create):
+
 2008-10-20  Simon Fraser  <simon.fraser@apple.com>
 
         Reviewed by Dan Bernstein