NEW 11784
Need to eliminate almost-duplicate members from EventHandler
https://bugs.webkit.org/show_bug.cgi?id=11784
Summary Need to eliminate almost-duplicate members from EventHandler
Alexey Proskuryakov
Reported 2006-12-08 10:42:31 PST
There seems to be a lot of duplication in EventHandler data members at the moment (m_mousePressNode vs. m_clickNode; m_bMousePressed vs. m_mousePressed). Looks like these can be mostly merged - and if that proves impossible, the difference should be thoroughly documented!
Attachments
Note You need to log in before you can comment on or make changes to this bug.