fix crash in cssstyleselector.cpp

David Hyatt hyatt at apple.com
Tue Oct 14 13:47:05 CEST 2003


Merged. Thanks.

dave

On Oct 14, 2003, at 9:45 AM, Dirk Mueller wrote:

>
> 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! <
> _______________________________________________
> Khtml-devel at mail.kde.org
> http://mail.kde.org/mailman/listinfo/khtml-devel



More information about the Khtml-devel mailing list