| Index: Source/WebCore/html/HTMLInputElement.h
|
| ===================================================================
|
| --- Source/WebCore/html/HTMLInputElement.h (revision 141524)
|
| +++ Source/WebCore/html/HTMLInputElement.h (working copy)
|
| @@ -396,6 +396,9 @@
|
| CheckedRadioButtons* checkedRadioButtons() const;
|
| void addToRadioButtonGroup();
|
| void removeFromRadioButtonGroup();
|
| +#if ENABLE(INPUT_MULTIPLE_FIELDS_UI)
|
| + virtual PassRefPtr<RenderStyle> customStyleForRenderer() OVERRIDE;
|
| +#endif
|
|
|
| AtomicString m_name;
|
| String m_valueIfDirty;
|
|
|