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

hyatt hyatt at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 07:28:31 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit eccf49ef5923b802bc35633e912e3ca6a259d0cd
Author: hyatt <hyatt at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Mar 8 10:55:45 2003 +0000

    	Check in the patch I actually meant to land.  Somehow what I landed
    	had removed a line that was supposed to be there.
    
            * khtml/css/cssstyleselector.cpp:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@3787 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index cd38c44..0dc3ecc 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -1,3 +1,10 @@
+2003-03-08  David Hyatt  <hyatt at apple.com>
+
+	Check in the patch I actually meant to land.  Somehow what I landed
+	had removed a line that was supposed to be there.
+	
+        * khtml/css/cssstyleselector.cpp:
+
 2003-03-07  Maciej Stachowiak  <mjs at apple.com>
 
         Reviewed by Trey.
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index cd38c44..0dc3ecc 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,3 +1,10 @@
+2003-03-08  David Hyatt  <hyatt at apple.com>
+
+	Check in the patch I actually meant to land.  Somehow what I landed
+	had removed a line that was supposed to be there.
+	
+        * khtml/css/cssstyleselector.cpp:
+
 2003-03-07  Maciej Stachowiak  <mjs at apple.com>
 
         Reviewed by Trey.
diff --git a/WebCore/khtml/css/cssstyleselector.cpp b/WebCore/khtml/css/cssstyleselector.cpp
index f4c5d7c..d77cc50 100644
--- a/WebCore/khtml/css/cssstyleselector.cpp
+++ b/WebCore/khtml/css/cssstyleselector.cpp
@@ -2891,6 +2891,8 @@ void CSSStyleSelector::applyRule( int id, DOM::CSSValueImpl *value )
 			return;
 		}
 	    }
+
+            style->setTextDecoration(t);
         }
         break;
     }

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list