[webkit-reviews] review granted: [Bug 27281] Fails to save document state when navigating away from a page with a reference fragment : [Attachment 32748] v1 patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 14 17:09:38 PDT 2009


Darin Adler <darin at apple.com> has granted Darin Fisher (:fishd, Google)
<fishd at chromium.org>'s request for review:
Bug 27281: Fails to save document state when navigating away from a page with a
reference fragment
https://bugs.webkit.org/show_bug.cgi?id=27281

Attachment 32748: v1 patch
https://bugs.webkit.org/attachment.cgi?id=32748&action=review

------- Additional Comments from Darin Adler <darin at apple.com>
> -    return urlString() == doc->url();
> +    return equalIgnoringRef(KURL(urlString()), doc->url());

I would write url() instead of KURL(urlString()).

r=me


More information about the webkit-reviews mailing list