[Webkit-unassigned] [Bug 97444] ASSERT in KURL::KURL() when url did not inlude path.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 24 09:25:21 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=97444


Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID
                 CC|                            |ap at webkit.org




--- Comment #1 from Alexey Proskuryakov <ap at webkit.org>  2012-09-24 09:25:48 PST ---
The ParsedURLString constructor can only be used with strings returned by KURL::string() (and then only if the URL was valid).

It's a performance optimization applicable when we know that the string is normalized the way KURL likes it. For arbitrary URL strings, use a proper constructor with a correct base URL.

-- 
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