| Index: third_party/WebKit/Source/core/events/UIEvent.cpp
|
| diff --git a/third_party/WebKit/Source/core/events/UIEvent.cpp b/third_party/WebKit/Source/core/events/UIEvent.cpp
|
| index 3356ba6015db97fc030fcf935f17f86f84e1dab4..0537edc9af64e5bbe69ef7a43e36985565e65933 100644
|
| --- a/third_party/WebKit/Source/core/events/UIEvent.cpp
|
| +++ b/third_party/WebKit/Source/core/events/UIEvent.cpp
|
| @@ -90,7 +90,7 @@ const AtomicString& UIEvent::InterfaceName() const {
|
| return EventNames::UIEvent;
|
| }
|
|
|
| -int UIEvent::which() const {
|
| +unsigned UIEvent::which() const {
|
| return 0;
|
| }
|
|
|
|
|