| Index: Source/core/html/forms/RadioInputType.h
|
| diff --git a/Source/core/html/forms/RadioInputType.h b/Source/core/html/forms/RadioInputType.h
|
| index 667b3f2f399dc9c6a2cfa6891d73689bd9d77b4f..09788e2033aa303233a5f4c3f012b4320229c468 100644
|
| --- a/Source/core/html/forms/RadioInputType.h
|
| +++ b/Source/core/html/forms/RadioInputType.h
|
| @@ -37,10 +37,10 @@ namespace WebCore {
|
|
|
| class RadioInputType : public BaseCheckableInputType {
|
| public:
|
| - static PassRefPtr<InputType> create(HTMLInputElement*);
|
| + static PassRefPtr<InputType> create(HTMLInputElement&);
|
|
|
| private:
|
| - RadioInputType(HTMLInputElement* element) : BaseCheckableInputType(element) { }
|
| + RadioInputType(HTMLInputElement& element) : BaseCheckableInputType(element) { }
|
| virtual const AtomicString& formControlType() const OVERRIDE;
|
| virtual bool valueMissing(const String&) const OVERRIDE;
|
| virtual String valueMissingText() const OVERRIDE;
|
|
|