[webkit-reviews] review granted: [Bug 127744] Add stubbed out VisitedLinkProvider class : [Attachment 222389] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 27 20:31:27 PST 2014


Andreas Kling <akling at apple.com> has granted Anders Carlsson
<andersca at apple.com>'s request for review:
Bug 127744: Add stubbed out VisitedLinkProvider class
https://bugs.webkit.org/show_bug.cgi?id=127744

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

------- Additional Comments from Andreas Kling <akling at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=222389&action=review


otay, r=me

> Source/WebCore/WebCore.xcodeproj/project.pbxproj:-19741
> -				F4EAF4AB10C74268009100D3 /* opentype */,

Oh that's my bad.

> Source/WebCore/page/PageGroup.h:117
> +	   RefPtr<VisitedLinkProvider> m_visitedLinkProvider;

Ref

> Source/WebCore/page/VisitedLinkProvider.h:41
> +    static PassRefPtr<VisitedLinkProvider> create()

PassRef


More information about the webkit-reviews mailing list