[webkit-reviews] review granted: [Bug 87641] [Shadow DOM] Add an assertion to make sure that an inaccessible node is not set to event's target or relatedTarget in event dispatching : [Attachment 144335] add assertions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 29 09:44:31 PDT 2012


Dimitri Glazkov (Google) <dglazkov at chromium.org> has granted Hayato Ito
<hayato at chromium.org>'s request for review:
Bug 87641: [Shadow DOM] Add an assertion to make sure that an inaccessible node
is not set to event's target or relatedTarget in event dispatching
https://bugs.webkit.org/show_bug.cgi?id=87641

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

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


> Source/WebCore/dom/EventContext.h:52
> +    bool accessible(Node*);

Might as well not compile it in NDEBUG.


More information about the webkit-reviews mailing list