[webkit-reviews] review denied: [Bug 91290] Support an event propagation across seamless iframes. : [Attachment 159864] Sync to ToT.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 22 15:22:39 PDT 2012


Dimitri Glazkov (Google) <dglazkov at chromium.org> has denied Hayato Ito
<hayato at chromium.org>'s request for review:
Bug 91290: Support an event propagation across seamless iframes.
https://bugs.webkit.org/show_bug.cgi?id=91290

Attachment 159864: Sync to ToT.
https://bugs.webkit.org/attachment.cgi?id=159864&action=review

------- Additional Comments from Dimitri Glazkov (Google)
<dglazkov at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=159864&action=review


I think you accidentally put up the wrong patch...

> Source/WTF/wtf/Assertions.h:402
> +// For ASSERT in both release/debug	mode.
> +#define MY_ASSERT(assertion) do \
> +    if (!(assertion)) { \
> +	   WTFReportAssertionFailure(__FILE__, __LINE__, WTF_PRETTY_FUNCTION,
#assertion); \
> +	   CRASH(); \
> +    } \
> +while (0)

What's that? :)


More information about the webkit-reviews mailing list