[Webkit-unassigned] [Bug 10889] New: the ownerDocument method in DOMNode should call ownerDocument() not document()
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Sat Sep 16 08:02:03 PDT 2006
http://bugzilla.opendarwin.org/show_bug.cgi?id=10889
Summary: the ownerDocument method in DOMNode should call
ownerDocument() not document()
Product: WebKit
Version: 420+ (nightly)
Platform: Macintosh
OS/Version: Mac OS X 10.4
Status: NEW
Severity: normal
Priority: P2
Component: WebCore Misc.
AssignedTo: webkit-unassigned at opendarwin.org
ReportedBy: sam.weinig at gmail.com
The ownerDocument method for the Objective-C binding for DOMNode calls the
implementation method document() instead of ownerDocument(). The spec says
that we should be using the logic of ownerDocument(). The issue is that there
might be people who depend on this behavior (we ourselves in fact do).
--
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list