| Index: third_party/WebKit/Source/web/WebInputEventConversion.h
|
| diff --git a/third_party/WebKit/Source/web/WebInputEventConversion.h b/third_party/WebKit/Source/web/WebInputEventConversion.h
|
| index e564f8c441666db26924782cdf19be60ee85aefe..1a157c806de383da736a658c13f382cd488c0739 100644
|
| --- a/third_party/WebKit/Source/web/WebInputEventConversion.h
|
| +++ b/third_party/WebKit/Source/web/WebInputEventConversion.h
|
| @@ -74,7 +74,7 @@ public:
|
| class PlatformKeyboardEventBuilder : public PlatformKeyboardEvent {
|
| public:
|
| PlatformKeyboardEventBuilder(const WebKeyboardEvent&);
|
| - void setKeyType(Type);
|
| + void setKeyType(EventType);
|
| bool isCharacterKey() const;
|
| };
|
|
|
|
|