[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    Re: branches/KDE/3.5/kdelibs/khtml/dom
From:       Maks Orlovich <maksim () cs ! cornell ! edu>
Date:       2006-07-14 14:24:38
Message-ID: 200607141024.38319.maksim () cs ! cornell ! edu
[Download RAW message or body]

On Friday 14 July 2006 04:49, Dirk Mueller wrote:
> SVN commit 562182 by mueller:
>
> now that people blog about how easy it is to crash,
> lets just fix it

Dirk, why is this being done here and not in impl anyway?

>
>
>  M  +1 -1      dom_node.cpp
>
>
> --- branches/KDE/3.5/kdelibs/khtml/dom/dom_node.cpp #562181:562182
> @@ -273,7 +273,7 @@
>      NodeImpl *r = impl->replaceChild( newChild.impl, oldChild.impl,
> exceptioncode ); if (exceptioncode)
>  	throw DOMException(exceptioncode);
> -    if (!newChild.impl->closed()) newChild.impl->close();
> +    if (newChild.impl && !newChild.impl->closed()) newChild.impl->close();
>      return r;
>  }
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic