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

List:       kde-commits
Subject:    kdelibs/khtml/ecma
From:       David Faure <faure () kde ! org>
Date:       2004-10-12 13:16:04
Message-ID: 20041012131604.61EB116C64 () office ! kde ! org
[Download RAW message or body]

CVS commit by faure: 

Fixed another regression. Harri, I thought you ran testregression?


  M +1 -1      kjs_dom.cpp   1.179


--- kdelibs/khtml/ecma/kjs_dom.cpp  #1.178:1.179
@@ -170,5 +170,5 @@ Value DOMNode::getValueProperty(ExecStat
     return String(node.nodeName());
   case NodeValue:
-    return String(node.nodeValue());
+    return getString(node.nodeValue()); // initially null, per \
domts/level1/core/hc_documentcreateelement.html  case NodeType:
     return Number((unsigned int)node.nodeType());


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

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