<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>35140</bug_id>
          
          <creation_ts>2010-02-19 00:52:33 -0800</creation_ts>
          <short_desc>Wrong string return for DOM XSLTProcessor and XMLDocument toString() call</short_desc>
          <delta_ts>2010-08-09 03:51:48 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>WebCore JavaScript</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P3</priority>
          <bug_severity>Trivial</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Marc Bonnier">chrome</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>ap</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>191844</commentid>
    <comment_count>0</comment_count>
    <who name="Marc Bonnier">chrome</who>
    <bug_when>2010-02-19 00:52:33 -0800</bug_when>
    <thetext>I know this does not break anything but just for the sake of consistency ...

1) The window.XSLTProcessor.toString() call returns:
     &quot;[object XSLTProcessorConsructor]&quot; instead of:
     &quot;[object XSLTProcessorConstructor]&quot; (little typo :).

2) The window.XMLDocument.toString() call returns:
     &quot;[object DocumentConstructor]&quot; instead of:
     &quot;[object XMLDocumentConstructor]&quot; (all the others consistent with the window property name).

Thanks.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>192120</commentid>
    <comment_count>1</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2010-02-19 17:01:41 -0800</bug_when>
    <thetext>(2) happens because XMLDocument is just an alias for Document we have for compatibility. There is no such thing as XMLDocument in HTML5 or WebKit. So, this is expected behavior.

(1) is something to be fixed, of course.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>262067</commentid>
    <comment_count>2</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2010-08-09 03:51:48 -0700</bug_when>
    <thetext>(1) has been fixed in &lt;http://trac.webkit.org/changeset/61136&gt;.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>