[webkit-changes] cvs commit: WebCore ChangeLog
Maciej
mjs at opensource.apple.com
Wed Oct 5 00:50:49 PDT 2005
mjs 05/10/05 00:50:48
Modified: . ChangeLog
Log:
Reviewed by Maciej.
* khtml/ecma/kjs_dom.cpp:
(KJS::DOMNodeProtoFunc::callAsFunction):
* khtml/ecma/kjs_dom.h:
Add JS binding for isSameNode.
(KJS::DOMNode::):
* khtml/xml/dom_nodeimpl.h:
Implement isSameNode.
(DOM::NodeImpl::isSameNode):
* kwq/DOM.mm:
(-[DOMNode isSameNode:]):
Add ObjC binding for isSameNode.
Revision Changes Path
1.200 +2 -0 WebCore/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /cvs/root/WebCore/ChangeLog,v
retrieving revision 1.199
retrieving revision 1.200
diff -u -r1.199 -r1.200
--- ChangeLog 5 Oct 2005 07:26:42 -0000 1.199
+++ ChangeLog 5 Oct 2005 07:50:44 -0000 1.200
@@ -22,6 +22,8 @@
- fixed a random crasher that happens because the HTMLParser accidentally was refing
the document.
+
+ <rdar://problem/4065748> Repro crash at http://www.vanaqua.org using menu system (KHTMLParser::setCurrent(DOM::NodeImpl*))
I couldn't figure out how to make a reproducible test case for this. The failure is
random memory trashing.
More information about the webkit-changes
mailing list