[webkit-reviews] review granted: [Bug 88038] [Chromium] Call clipboard methods directly : [Attachment 145200] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 31 22:11:59 PDT 2012


Adam Barth <abarth at webkit.org> has granted Mark Pilgrim (Google)
<pilgrim at chromium.org>'s request for review:
Bug 88038: [Chromium] Call clipboard methods directly
https://bugs.webkit.org/show_bug.cgi?id=88038

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

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


> Source/Platform/chromium/public/WebClipboard.h:65
> -    virtual uint64 sequenceNumber(Buffer) { return 0; }
> +    virtual uint64_t sequenceNumber(Buffer) { return 0; }

I'm surprised this change is needed, but it seems harmless.


More information about the webkit-reviews mailing list