| Index: Source/web/WebInputEventConversion.h
|
| diff --git a/Source/web/WebInputEventConversion.h b/Source/web/WebInputEventConversion.h
|
| index 196b58e82c2d268ee5bcebad2bd5af14dbebc08e..8c394b0918fc4b984e88af4c5d7e291df1347e62 100644
|
| --- a/Source/web/WebInputEventConversion.h
|
| +++ b/Source/web/WebInputEventConversion.h
|
| @@ -75,6 +75,7 @@ class PlatformKeyboardEventBuilder : public PlatformKeyboardEvent {
|
| public:
|
| PlatformKeyboardEventBuilder(const WebKeyboardEvent&);
|
| void setKeyType(Type);
|
| + void setDOMCode(const char*);
|
| bool isCharacterKey() const;
|
| };
|
|
|
|
|