| Index: Source/WebCore/html/ValidityState.h
|
| diff --git a/Source/WebCore/html/ValidityState.h b/Source/WebCore/html/ValidityState.h
|
| index 452739a77378b9388e8e5bfbbdf697f086a7eb70..b53b9d832d0d84fd81dd751af2fcac02d398629e 100644
|
| --- a/Source/WebCore/html/ValidityState.h
|
| +++ b/Source/WebCore/html/ValidityState.h
|
| @@ -57,7 +57,10 @@ public:
|
| bool valid() const;
|
|
|
| private:
|
| - ValidityState(FormAssociatedElement* control) : m_control(control) { }
|
| + ValidityState(FormAssociatedElement* control) : m_control(control)
|
| + {
|
| + ScriptWrappable::init(this);
|
| + }
|
|
|
| FormAssociatedElement* m_control;
|
| };
|
|
|