[webkit-reviews] review granted: [Bug 62818] FrameLoader doesn't need completeURL or baseURL : [Attachment 97509] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 16 15:14:12 PDT 2011


Adam Barth <abarth at webkit.org> has granted Eric Seidel <eric at webkit.org>'s
request for review:
Bug 62818: FrameLoader doesn't need completeURL or baseURL
https://bugs.webkit.org/show_bug.cgi?id=62818

Attachment 97509: Patch
https://bugs.webkit.org/attachment.cgi?id=97509&action=review

------- Additional Comments from Adam Barth <abarth at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=97509&action=review

> Source/WebCore/bindings/generic/GenericBinding.h:61
> -    return frame->loader()->completeURL(relativeURL);
> +    return frame->document()->completeURL(relativeURL);

I probably wrote this line of code (or at least reviewed it).  :(


More information about the webkit-reviews mailing list