Bug 94965 - [Chromium] Remove visitedLinkHash from PlatformSupport
Summary: [Chromium] Remove visitedLinkHash from PlatformSupport
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Pilgrim (Google)
URL:
Keywords:
Depends on:
Blocks: 82948
  Show dependency treegraph
 
Reported: 2012-08-24 11:51 PDT by Mark Pilgrim (Google)
Modified: 2012-08-24 16:08 PDT (History)
4 users (show)

See Also:


Attachments
Patch (7.98 KB, patch)
2012-08-24 11:52 PDT, Mark Pilgrim (Google)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Pilgrim (Google) 2012-08-24 11:51:29 PDT
[Chromium] Remove visitedLinkHash from PlatformSupport
Comment 1 Mark Pilgrim (Google) 2012-08-24 11:52:01 PDT
Created attachment 160466 [details]
Patch
Comment 2 Adam Barth 2012-08-24 15:48:01 PDT
Comment on attachment 160466 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=160466&action=review

> Source/WebCore/platform/chromium/LinkHashChromium.cpp:81
> +    if (!url_util::ResolveRelative(data, length, srcParsed, attributeURL.characters(),
> +                                   attributeURL.length(), 0, &buffer, &parsed))

These lines can be merged.
Comment 3 WebKit Review Bot 2012-08-24 16:08:20 PDT
Comment on attachment 160466 [details]
Patch

Clearing flags on attachment: 160466

Committed r126647: <http://trac.webkit.org/changeset/126647>
Comment 4 WebKit Review Bot 2012-08-24 16:08:23 PDT
All reviewed patches have been landed.  Closing bug.