| Index: Source/core/html/BaseCheckableInputType.h
|
| diff --git a/Source/core/html/BaseCheckableInputType.h b/Source/core/html/BaseCheckableInputType.h
|
| index 429bd71a336760fa8e061fe1ad3722ca57aeb5c1..51e2e734906e23785a567ca897f1b883822a9f90 100644
|
| --- a/Source/core/html/BaseCheckableInputType.h
|
| +++ b/Source/core/html/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(Handle<HTMLInputElement> element) : InputType(element) { }
|
| virtual void handleKeydownEvent(KeyboardEvent*);
|
|
|
| private:
|
|
|