[Webkit-unassigned] [Bug 35140] New: Wrong string return for DOM XSLTProcessor and XMLDocument toString() call
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Feb 19 00:52:33 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=35140
Summary: Wrong string return for DOM XSLTProcessor and
XMLDocument toString() call
Product: WebKit
Version: 528+ (Nightly build)
Platform: Macintosh Intel
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: Trivial
Priority: P3
Component: WebCore JavaScript
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: chrome at netscript.com
I know this does not break anything but just for the sake of consistency ...
1) The window.XSLTProcessor.toString() call returns:
"[object XSLTProcessorConsructor]" instead of:
"[object XSLTProcessorConstructor]" (little typo :).
2) The window.XMLDocument.toString() call returns:
"[object DocumentConstructor]" instead of:
"[object XMLDocumentConstructor]" (all the others consistent with the
window property name).
Thanks.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list