RESOLVED FIXED 46434
DOMWindow::revokeBlobURL erroneously uses ParsedURLString
https://bugs.webkit.org/show_bug.cgi?id=46434
Summary DOMWindow::revokeBlobURL erroneously uses ParsedURLString
Alexey Proskuryakov
Reported 2010-09-23 17:24:06 PDT
The argument comes from the caller, there is absolutely no guarantee that it's in the form KURL expects. This causes assertion failures whenever it's not (e.g. revokeBlobURL("[foo bar]"); For absolute URLs, we should just pass a null base: KURL(KURL(), string). But if it can be relative, a proper base should be passed.
Attachments
Proposed Patch (6.19 KB, patch)
2010-09-23 18:20 PDT, Jian Li
ap: review+
jianli: commit-queue-
Jian Li
Comment 1 2010-09-23 18:20:50 PDT
Created attachment 68635 [details] Proposed Patch
Jian Li
Comment 2 2010-09-24 11:04:00 PDT
Note You need to log in before you can comment on or make changes to this bug.