| Index: Source/core/html/HTMLInputElement.h
|
| diff --git a/Source/core/html/HTMLInputElement.h b/Source/core/html/HTMLInputElement.h
|
| index f1718611e5ca9280704e6e81cd0ba6c38e2de74d..d39f33283f05c6c4cc009240d4377cc4eed6d50b 100644
|
| --- a/Source/core/html/HTMLInputElement.h
|
| +++ b/Source/core/html/HTMLInputElement.h
|
| @@ -94,7 +94,7 @@ public:
|
|
|
| bool isImage() const;
|
|
|
| - bool checked() const { return m_isChecked; }
|
| + bool checked() const;
|
| void setChecked(bool, TextFieldEventBehavior = DispatchNoEvent);
|
| void dispatchChangeEventIfNeeded();
|
|
|
|
|