[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:47 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=96717





--- Comment #15 from Ryosuke Niwa <rniwa at webkit.org>  2012-10-01 14:35:10 PST ---
(In reply to comment #14)
> (From update of attachment 164026 [details])
> 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.

I can certainly rename it.

-- 
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