| Index: Source/core/html/FormController.h
|
| diff --git a/Source/core/html/FormController.h b/Source/core/html/FormController.h
|
| index 56090757bf84235dd1e600105cffe0ab7fefbdd9..49ffe45ce1441b995973a214e914daf39b3defe2 100644
|
| --- a/Source/core/html/FormController.h
|
| +++ b/Source/core/html/FormController.h
|
| @@ -81,7 +81,7 @@ public:
|
| ~FormController();
|
|
|
| CheckedRadioButtons& checkedRadioButtons() { return m_checkedRadioButtons; }
|
| -
|
| +
|
| void registerFormElementWithState(HTMLFormControlElementWithState*);
|
| void unregisterFormElementWithState(HTMLFormControlElementWithState*);
|
| // This should be callled only by Document::formElementsState().
|
|
|