| Index: Source/WebCore/svg/SVGAElement.h
|
| ===================================================================
|
| --- Source/WebCore/svg/SVGAElement.h (revision 112617)
|
| +++ Source/WebCore/svg/SVGAElement.h (working copy)
|
| @@ -40,6 +40,9 @@
|
| public:
|
| static PassRefPtr<SVGAElement> create(const QualifiedName&, Document*);
|
|
|
| +protected:
|
| + virtual void childrenChanged(bool changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0) OVERRIDE;
|
| +
|
| private:
|
| SVGAElement(const QualifiedName&, Document*);
|
|
|
|
|