| Index: Source/core/html/BaseClickableWithKeyInputType.h
|
| diff --git a/Source/core/html/BaseClickableWithKeyInputType.h b/Source/core/html/BaseClickableWithKeyInputType.h
|
| index bf76f55c3f195ae73635ee57987705c1112e909f..918fdae506d894e11dd6a2ad2f2b4c0cdcda1083 100644
|
| --- a/Source/core/html/BaseClickableWithKeyInputType.h
|
| +++ b/Source/core/html/BaseClickableWithKeyInputType.h
|
| @@ -42,7 +42,7 @@ public:
|
| static void handleKeypressEvent(HTMLInputElement*, KeyboardEvent*);
|
| static void handleKeyupEvent(InputType&, KeyboardEvent*);
|
| static void accessKeyAction(HTMLInputElement*, bool sendMouseEvents);
|
| -
|
| +
|
| protected:
|
| BaseClickableWithKeyInputType(HTMLInputElement* element) : InputType(element) { }
|
|
|
|
|