[Webkit-unassigned] [Bug 34492] New: avoid using invalidated KURL object in Element::baseURI
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Feb 2 10:45:53 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=34492
Summary: avoid using invalidated KURL object in
Element::baseURI
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: Minor
Priority: P3
Component: WebCore Misc.
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: bryeung at chromium.org
CC: eric at webkit.org, darin at apple.com
Currently, an invalidated KURL object is used to carry around a relative URL
string in Element::baseURI. KURLGoogle does not support this behaviour, and I
think it is better to not make use of invalidated KURL objects.
Here is a simple patch that makes no semantic change and circumvents the use of
the invalidated object.
--
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