| Index: public/web/WebInputEvent.h
|
| diff --git a/public/web/WebInputEvent.h b/public/web/WebInputEvent.h
|
| index 74ad0b11100e3bb5eb641329501fd534e70b10a6..0cc151d7cbd6139417ad55551e3cef5514f811b4 100644
|
| --- a/public/web/WebInputEvent.h
|
| +++ b/public/web/WebInputEvent.h
|
| @@ -237,6 +237,9 @@ public:
|
| // doesn't hurt to have this one around.
|
| int nativeKeyCode;
|
|
|
| + // The dom code value of the key pressed. Values are based on DOM3 spec.
|
| + long domCode;
|
| +
|
| // This identifies whether this event was tagged by the system as being
|
| // a "system key" event (see
|
| // http://msdn.microsoft.com/en-us/library/ms646286(VS.85).aspx for
|
|
|