[Webkit-unassigned] [Bug 96717] Turn forbidEventDispatch and allowEventDispatch into a RAII object
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Oct 1 14:34:02 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=96717
--- Comment #14 from Darin Adler <darin at apple.com> 2012-10-01 14:34:25 PST ---
(From update of attachment 164026)
View in context: https://bugs.webkit.org/attachment.cgi?id=164026&action=review
> Source/WebCore/dom/ContainerNode.h:44
> +class AssertNoEventDispatch {
We’d like class names to be nouns, not verbs. It can be confusing to have an object with a name that’s a verb.
I would have named this NoEventDispatchAssertion or something like that.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list