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

kdecker kdecker at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 08:40:27 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 24d797e4cb873be45ad0f2364ab706b769f3a02b
Author: kdecker <kdecker at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed May 19 00:57:25 2004 +0000

    - roll out previous change -- I (Vicki) accidentally committed this change!
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@6628 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index 099a50a..3c1df70 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,10 +1,3 @@
-2004-05-18  Decker Kevin  <kdecker at apple.com>
-
-        Reviewed by NOBODY (OOPS!).
-
-        * khtml/xml/dom_stringimpl.cpp:
-        (DOM::parseLength):
-
 2004-05-18  Richard Williamson   <rjw at apple.com>
 
 	Added stubs to get the WebScriptObject for the window
diff --git a/WebCore/khtml/xml/dom_stringimpl.cpp b/WebCore/khtml/xml/dom_stringimpl.cpp
index a7c57b9..c465a45 100644
--- a/WebCore/khtml/xml/dom_stringimpl.cpp
+++ b/WebCore/khtml/xml/dom_stringimpl.cpp
@@ -219,14 +219,9 @@ DOMStringImpl *DOMStringImpl::substring(uint pos, uint len)
     return new DOMStringImpl(s + pos, len);
 }
 
-static Length parseLength(QChar *s, unsigned int l) //kevin was here
-{
+static Length parseLength(QChar *s, unsigned int l) {
     const QChar* last = s+l-1;
     
-    if(!s->isDigit()) {
-        return Length(1,Relative);
-    }
-    
     if ( *last == QChar('%')) {
         // CSS allows one decimal after the point, like
         //  42.2%, but not 42.22%

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list