RESOLVED FIXED 178324
Make some asserts into release asserts
https://bugs.webkit.org/show_bug.cgi?id=178324
Summary Make some asserts into release asserts
Filip Pizlo
Reported 2017-10-15 19:34:51 PDT
Patch forthcoming.
Attachments
the patch (16.42 KB, patch)
2017-10-15 19:36 PDT, Filip Pizlo
saam: review+
Filip Pizlo
Comment 1 2017-10-15 19:36:23 PDT
Created attachment 323861 [details] the patch
Radar WebKit Bug Importer
Comment 2 2017-10-15 19:36:47 PDT
Filip Pizlo
Comment 3 2017-10-16 10:19:28 PDT
Ryosuke Niwa
Comment 4 2017-10-20 17:42:34 PDT
Comment on attachment 323861 [details] the patch View in context: https://bugs.webkit.org/attachment.cgi?id=323861&action=review > Source/WebCore/dom/ContainerNodeAlgorithms.cpp:88 > - ASSERT_WITH_SECURITY_IMPLICATION(NoEventDispatchAssertion::isEventDispatchAllowedInSubtree(insertionPoint)); > + RELEASE_ASSERT(NoEventDispatchAssertion::isEventDispatchAllowedInSubtree(insertionPoint)); This is useless because NoEventDispatchAssertion is not enabled in release builds.
Note You need to log in before you can comment on or make changes to this bug.