[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

zecke at webkit.org zecke at webkit.org
Wed Apr 7 23:07:51 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 93f25408b96652896b98079a26ca3adbb4e652da
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