[webkit-reviews] review granted: [Bug 86848] Inline script and style blocked by Content Security Policy should provide more detailed console errors. : [Attachment 146487] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 7 23:21:26 PDT 2012


Adam Barth <abarth at webkit.org> has granted Mike West <mkwst at chromium.org>'s
request for review:
Bug 86848: Inline script and style blocked by Content Security Policy should
provide more detailed console errors.
https://bugs.webkit.org/show_bug.cgi?id=86848

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

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


In the future, please use new bugs for new patches.  Bugs are cheap.  :)

> Source/WebCore/dom/StyledElement.cpp:53
> +COMPILE_ASSERT(sizeof(StyledElement) == sizeof(SameSizeAsStyledElement),
styledelement_should_remain_small);

Why not just use sizeof(Element) ?


More information about the webkit-reviews mailing list