fix crash in cssstyleselector.cpp

Dirk Mueller mueller at kde.org
Tue Oct 14 19:45:30 CEST 2003


Hi, 

yet another patch unmerged for over 11 months in WebCore tree: 

--- cssstyleselector.cpp        9 Oct 2003 13:22:56 -0000       1.288
+++ cssstyleselector.cpp        12 Oct 2003 04:10:17 -0000      1.289
@@ -1356,7 +1356,7 @@ static Length convertToLength( CSSPrimit
 {
     Length l;
     if ( !primitiveValue ) {
-       if ( *ok )
+       if ( ok )
             *ok = false;
     } else {
        int type = primitiveValue->primitiveType();


-- 
> Looking for a KDE-related EMail-Alias ? Get one at kdemail.net for FREE! <


More information about the Khtml-devel mailing list