| Index: Source/core/html/forms/BaseCheckableInputType.h
|
| diff --git a/Source/core/html/forms/BaseCheckableInputType.h b/Source/core/html/forms/BaseCheckableInputType.h
|
| index c4453ad3f7ecf06fce3beadce6486995c14f929e..fdb2fa006ec15c7d1c30331288720959f5caebe8 100644
|
| --- a/Source/core/html/forms/BaseCheckableInputType.h
|
| +++ b/Source/core/html/forms/BaseCheckableInputType.h
|
| @@ -38,7 +38,7 @@ namespace WebCore {
|
| // Base of checkbox and radio types.
|
| class BaseCheckableInputType : public InputType {
|
| protected:
|
| - BaseCheckableInputType(HTMLInputElement* element) : InputType(element) { }
|
| + BaseCheckableInputType(HTMLInputElement& element) : InputType(element) { }
|
| virtual void handleKeydownEvent(KeyboardEvent*);
|
|
|
| private:
|
|
|