[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.16-1409-g5afdf4d

zecke at webkit.org zecke at webkit.org
Thu Dec 3 13:20:00 UTC 2009


The following commit has been merged in the webkit-1.1 branch:
commit ded9de409f61bca56b0335c7d1bdd2516c3a97a6
Author: zecke at webkit.org <zecke at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Oct 27 02:56:43 2009 +0000

    Unreviewed spelling fix in the PluginViewQt.cpp
    
    This error was pointed out in the bug report and it was agreed to
    do the spelling fix when landing the patch. Fix it now.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@50124 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/plugins/qt/PluginViewQt.cpp b/WebCore/plugins/qt/PluginViewQt.cpp
index a8270dd..e61736b 100644
--- a/WebCore/plugins/qt/PluginViewQt.cpp
+++ b/WebCore/plugins/qt/PluginViewQt.cpp
@@ -186,7 +186,7 @@ void PluginView::paint(GraphicsContext* context, const IntRect& rect)
     const int drawableDepth = ((NPSetWindowCallbackStruct*)m_npWindow.ws_info)->depth;
     ASSERT(drawableDepth == qtDrawable.depth());
 
-    // When printing, Qt uses a QPicture the capture the output in preview mode. The
+    // When printing, Qt uses a QPicture to capture the output in preview mode. The
     // QPicture holds a reference to the X Pixmap. As a result, the print preview would
     // update itself when the X Pixmap changes. To prevent this, we create a copy.
     if (m_element->document()->printing())

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list