| Index: third_party/WebKit/Source/core/html/forms/BaseClickableWithKeyInputType.h
|
| diff --git a/third_party/WebKit/Source/core/html/forms/BaseClickableWithKeyInputType.h b/third_party/WebKit/Source/core/html/forms/BaseClickableWithKeyInputType.h
|
| index cf5ad4f1cb6a5d408170b766e449fa02cbcec37f..5fd31a9bf7525c1cf435f6c68836b0e2dc1d88d3 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/BaseClickableWithKeyInputType.h
|
| +++ b/third_party/WebKit/Source/core/html/forms/BaseClickableWithKeyInputType.h
|
| @@ -41,7 +41,7 @@ class CORE_EXPORT BaseClickableWithKeyInputType : public InputType {
|
| public:
|
| static void handleKeydownEvent(HTMLInputElement&, KeyboardEvent*);
|
| static void handleKeypressEvent(HTMLInputElement&, KeyboardEvent*);
|
| - static void handleKeyupEvent(InputType&, KeyboardEvent*);
|
| + static void handleKeyupEvent(InputTypeView&, KeyboardEvent*);
|
| static void accessKeyAction(HTMLInputElement&, bool sendMouseEvents);
|
|
|
| protected:
|
|
|