NEW 122633
Merge all subclasses of EventContext into EventContext
https://bugs.webkit.org/show_bug.cgi?id=122633
Summary Merge all subclasses of EventContext into EventContext
Ryosuke Niwa
Reported 2013-10-10 19:50:21 PDT
Once https://bugs.webkit.org/show_bug.cgi?id=122631 is fixed, we should collapse all subclasses of EventContent into EventContent. This will allow stack allocation of EventPath in most cases (when the path is less than 32 nodes) and paves our way to get rid of EventContext entirely.
Attachments
Note You need to log in before you can comment on or make changes to this bug.