| Index: Source/core/html/HTMLFieldSetElement.h
|
| diff --git a/Source/core/html/HTMLFieldSetElement.h b/Source/core/html/HTMLFieldSetElement.h
|
| index 37d5dfbf3ce9a2d8de2ba474d7fe231efcbaca3a..d072a340d4c3177a58e59205d1af83c0e752ce89 100644
|
| --- a/Source/core/html/HTMLFieldSetElement.h
|
| +++ b/Source/core/html/HTMLFieldSetElement.h
|
| @@ -42,11 +42,11 @@ public:
|
| const Vector<FormAssociatedElement*>& associatedElements() const;
|
| unsigned length() const;
|
|
|
| - virtual void acceptHeapVisitor(Visitor*) const OVERRIDE;
|
| -
|
| protected:
|
| virtual void disabledAttributeChanged() OVERRIDE;
|
|
|
| + virtual void acceptHeapVisitor(Visitor*) const OVERRIDE;
|
| +
|
| private:
|
| HTMLFieldSetElement(const QualifiedName&, Handle<Document>, HTMLFormElement*);
|
|
|
|
|