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

vicki vicki at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 07:47:34 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 6b090dfe0c1fa747cd461270bd9717a6894c7fdc
Author: vicki <vicki at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Jul 16 18:46:32 2003 +0000

            Reviewed by kocienda.
    
            * kwq/KWQKHTMLPart.mm:
            (KWQKHTMLPart::attributedString): set linkStartLocation to zero to fix deployment build
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@4660 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index cf9e1a6..6cdae93 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -1,3 +1,10 @@
+2003-07-16  Vicki Murley  <vicki at apple.com>
+
+        Reviewed by kocienda. 
+
+        * kwq/KWQKHTMLPart.mm:
+        (KWQKHTMLPart::attributedString): set linkStartLocation to zero to fix deployment build 
+
 2003-07-15  Ken Kocienda  <kocienda at apple.com>
 
         Reviewed by Richard
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index cf9e1a6..6cdae93 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,3 +1,10 @@
+2003-07-16  Vicki Murley  <vicki at apple.com>
+
+        Reviewed by kocienda. 
+
+        * kwq/KWQKHTMLPart.mm:
+        (KWQKHTMLPart::attributedString): set linkStartLocation to zero to fix deployment build 
+
 2003-07-15  Ken Kocienda  <kocienda at apple.com>
 
         Reviewed by Richard
diff --git a/WebCore/kwq/KWQKHTMLPart.mm b/WebCore/kwq/KWQKHTMLPart.mm
index 0fab5d8..4646abb 100644
--- a/WebCore/kwq/KWQKHTMLPart.mm
+++ b/WebCore/kwq/KWQKHTMLPart.mm
@@ -1822,7 +1822,7 @@ NSAttributedString *KWQKHTMLPart::attributedString(NodeImpl *_startNode, int sta
     bool hasNewLine = true;
     bool hasParagraphBreak = true;
     const DOM::ElementImpl *linkStartNode = 0;
-    unsigned linkStartLocation;
+    unsigned linkStartLocation = 0;
     QPtrList<DOM::ElementImpl> listItems;
     QValueList<ListItemInfo> listItemLocations;
     float maxMarkerWidth = 0;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list