| Index: Source/core/html/FormAssociatedElement.h
|
| diff --git a/Source/core/html/FormAssociatedElement.h b/Source/core/html/FormAssociatedElement.h
|
| index f0f1851ff8e5fbd362d51e2356ca899dfd2e4d94..656629992166ca44ea7188d08dde8a45f276b353 100644
|
| --- a/Source/core/html/FormAssociatedElement.h
|
| +++ b/Source/core/html/FormAssociatedElement.h
|
| @@ -112,6 +112,7 @@ private:
|
| virtual void refFormAssociatedElement() = 0;
|
| virtual void derefFormAssociatedElement() = 0;
|
|
|
| + void setFormAttributeTargetObserver(PassOwnPtr<FormAttributeTargetObserver>);
|
| void resetFormAttributeTargetObserver();
|
|
|
| OwnPtr<FormAttributeTargetObserver> m_formAttributeTargetObserver;
|
|
|