[webkit-reviews] review granted: [Bug 122705] Remove unneeded extra memory allocation and indirection for ValidityState : [Attachment 214072] Patch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Oct 12 21:31:49 PDT 2013
Anders Carlsson <andersca at apple.com> has granted Darin Adler
<darin at apple.com>'s request for review:
Bug 122705: Remove unneeded extra memory allocation and indirection for
ValidityState
https://bugs.webkit.org/show_bug.cgi?id=122705
Attachment 214072: Patch
https://bugs.webkit.org/attachment.cgi?id=214072&action=review
------- Additional Comments from Anders Carlsson <andersca at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=214072&action=review
> Source/WebCore/html/ValidityState.h:41
> + return static_cast<ValidityState*>(this);
This cast is really undefined behavior but it seems fine for now.
More information about the webkit-reviews
mailing list