Bug 94965

Summary: [Chromium] Remove visitedLinkHash from PlatformSupport
Product: WebKit Reporter: Mark Pilgrim (Google) <pilgrim>
Component: WebKit Misc.Assignee: Mark Pilgrim (Google) <pilgrim>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, fishd, haraken, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 82948    
Attachments:
Description Flags
Patch none

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.