Reviewed by Adele.
- fixed problem with mouse wheel patch where alt and shift keys were switched
* khtml/xml/dom2_eventsimpl.h:
use the order cntl, alt, shift, meta in KeyboardEventImpl constructors to match
superclass. This isn't necessary to fix the bug, but is better for clarity.
* khtml/xml/dom2_eventsimpl.cpp:
(KeyboardEventImpl::KeyboardEventImpl):
switch parameter order to match superclass. Then pass the parameters to superclass's
constructor in the right order.
(KeyboardEventImpl::initKeyboardEvent):
Pass parameters to superclass's constructor in the right order.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@9066
268f45cc-cd09-0410-ab3c-
d52691b4dbfc