<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [URL Parser] ASSERTION FAILED: url == m_string in WebCore::URL::URL"
   href="https://bugs.webkit.org/show_bug.cgi?id=167093#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [URL Parser] ASSERTION FAILED: url == m_string in WebCore::URL::URL"
   href="https://bugs.webkit.org/show_bug.cgi?id=167093">bug 167093</a>
              from <span class="vcard"><a class="email" href="mailto:achristensen&#64;apple.com" title="Alex Christensen &lt;achristensen&#64;apple.com&gt;"> <span class="fn">Alex Christensen</span></a>
</span></b>
        <pre>What is sending this message, and why does it think that 'gtk-stock://go-next?size=4' is a properly canonicalized URL?  It is not.  That is the problem.  The old URL::parse had a mode that would assume it was given a properly canonicalized URL when you use ParsedURLString, but that assumption is no longer respected.  All Strings given as input are canonicalized if needed.  Before enabling the new URLParser, this was not being canonicalized properly and now it is safely canonicalizing everything.  The solution to this problem is either to make sure we get a properly canonicalized URL or stop using ParsedURLString.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>