[webkit-reviews] review denied: [Bug 78022] [Chromium] pack Gamepad shared memory structure : [Attachment 125948] add compile_asserts

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 8 11:09:28 PST 2012


Darin Fisher (:fishd, Google) <fishd at chromium.org> has denied  review:
Bug 78022: [Chromium] pack Gamepad shared memory structure
https://bugs.webkit.org/show_bug.cgi?id=78022

Attachment 125948: add compile_asserts
https://bugs.webkit.org/attachment.cgi?id=125948&action=review

------- Additional Comments from Darin Fisher (:fishd, Google)
<fishd at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=125948&action=review


> Source/WebKit/chromium/public/platform/WebGamepad.h:74
> +COMPILE_ASSERT(sizeof(WebGamepad) == 465, WebGamepad_has_wrong_size);

I don't think you can use this macro in WebKit API header files.  Where is it
defined?


More information about the webkit-reviews mailing list