Bug 11784 - Need to eliminate almost-duplicate members from EventHandler
Summary: Need to eliminate almost-duplicate members from EventHandler
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P3 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 11807
Blocks:
  Show dependency treegraph
 
Reported: 2006-12-08 10:42 PST by Alexey Proskuryakov
Modified: 2006-12-08 10:42 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 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!