[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

darin darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 06:20:41 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 1da05e801e40e8ef666c7502b8c4d09afb44ddb9
Author: darin <darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Jun 19 19:49:04 2002 +0000

    Oops.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@1404 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/kwq/KWQWidget.mm b/WebCore/kwq/KWQWidget.mm
index be7ced6..648a4f0 100644
--- a/WebCore/kwq/KWQWidget.mm
+++ b/WebCore/kwq/KWQWidget.mm
@@ -267,7 +267,7 @@ void QWidget::setCursor(const QCursor &cur)
 {
     data->cursor = cur;
     
-    NSView *view = data->view;
+    id view = data->view;
     while (view) {
         if ([view conformsToProtocol:@protocol(WebCoreFrameView)]) { 
             [view setCursor:data->cursor.handle()];

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list