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

cblu cblu at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 06:51:31 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 1c07b5892a9e807f2bd19a8a817bde94224f115c
Author: cblu <cblu at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Oct 21 00:08:42 2002 +0000

    	Fixed possible build failure.
    
            * kwq/KWQDOMNode.cpp:
            (isImage): remove unused variable.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2385 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2002-12-03 b/WebCore/ChangeLog-2002-12-03
index e28966f..c86428e 100644
--- a/WebCore/ChangeLog-2002-12-03
+++ b/WebCore/ChangeLog-2002-12-03
@@ -1,5 +1,12 @@
 2002-10-20  Chris Blumenberg  <cblu at apple.com>
 
+	Fixed possible build failure.
+
+        * kwq/KWQDOMNode.cpp:
+        (isImage): remove unused variable.
+
+2002-10-20  Chris Blumenberg  <cblu at apple.com>
+
 	Partial fix for:
 	3023814 - contexual menus and dragging doesn't work for some images
 
diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index e28966f..c86428e 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -1,5 +1,12 @@
 2002-10-20  Chris Blumenberg  <cblu at apple.com>
 
+	Fixed possible build failure.
+
+        * kwq/KWQDOMNode.cpp:
+        (isImage): remove unused variable.
+
+2002-10-20  Chris Blumenberg  <cblu at apple.com>
+
 	Partial fix for:
 	3023814 - contexual menus and dragging doesn't work for some images
 
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index e28966f..c86428e 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,5 +1,12 @@
 2002-10-20  Chris Blumenberg  <cblu at apple.com>
 
+	Fixed possible build failure.
+
+        * kwq/KWQDOMNode.cpp:
+        (isImage): remove unused variable.
+
+2002-10-20  Chris Blumenberg  <cblu at apple.com>
+
 	Partial fix for:
 	3023814 - contexual menus and dragging doesn't work for some images
 
diff --git a/WebCore/kwq/KWQDOMNode.cpp b/WebCore/kwq/KWQDOMNode.cpp
index bd0b944..c296821 100644
--- a/WebCore/kwq/KWQDOMNode.cpp
+++ b/WebCore/kwq/KWQDOMNode.cpp
@@ -31,9 +31,7 @@
 #include <htmltags.h>
 
 bool isImage(DOM::NodeImpl *node)
-{
-    int id = node->id();
-    
+{    
     if(node->id() == ID_IMG){
         return true;
     }else if(node->id() == ID_INPUT){

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list