[webkit-reviews] review granted: [Bug 86791] Add suggestions field to web intents API. : [Attachment 142766] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 18 12:55:00 PDT 2012


Adam Barth <abarth at webkit.org> has granted Greg Billock <gbillock at google.com>'s
request for review:
Bug 86791: Add suggestions field to web intents API.
https://bugs.webkit.org/show_bug.cgi?id=86791

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

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


> Source/WebCore/Modules/intents/Intent.cpp:107
> +    WTF::HashSet<AtomicString> suggestionsStrings;
> +    WTF::Vector<KURL> suggestions;

I meant that you can drop the WTF prefixes everywhere.	:)


More information about the webkit-reviews mailing list