Fixes broken 1.6 build. The Mozilla-specific implementation of
DOMImpl.buttonClick() was stuck in DOMImplMozillaOld, because we thought it was
only required on Mozillae before Firefox 2.  This turns out to have been
required on Firefox 2 as well, which is what was breaking the build
(specifically, ButtonElement.click() sends an event with the wrong target
element (document, rather than the button).

Patch by: jgw
Review by: rjrjr (TBR)


git-svn-id: https://google-web-toolkit.googlecode.com/svn/releases/1.6@4669 8db76d5a-ed1c-0410-87a9-c151d255dfc7
2 files changed