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

trey trey at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 07:24:45 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 8d3d35e29f76b9cf7b67b062b7ff65dc3e9f5ae5
Author: trey <trey at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Feb 17 19:22:23 2003 +0000

    Cleanup comment turd left in by mistake
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@3656 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/khtml/khtmlview.cpp b/WebCore/khtml/khtmlview.cpp
index dc54be6..8dad6e7 100644
--- a/WebCore/khtml/khtmlview.cpp
+++ b/WebCore/khtml/khtmlview.cpp
@@ -543,7 +543,6 @@ void KHTMLView::viewportMouseDoubleClickEvent( QMouseEvent *_mouse )
 static bool isSubmitImage(DOM::NodeImpl *node)
 {
     return node->isHTMLElement()
-//        && static_cast<HTMLElementImpl*>(node)->id() == ID_INPUT
         && node->id() == ID_INPUT
         && static_cast<HTMLInputElementImpl*>(node)->inputType() == HTMLInputElementImpl::IMAGE;
 }

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list