Chromium Code Reviews| Index: Source/core/svg/SVGElement.h |
| diff --git a/Source/core/svg/SVGElement.h b/Source/core/svg/SVGElement.h |
| index 83c1014f5697662e1ec85eccbd2e8372747b250f..32849edefdd3c56e5878aea7f1df9a9e40b24c26 100644 |
| --- a/Source/core/svg/SVGElement.h |
| +++ b/Source/core/svg/SVGElement.h |
| @@ -122,6 +122,8 @@ public: |
| virtual bool addEventListener(const AtomicString& eventType, PassRefPtr<EventListener>, bool useCapture) OVERRIDE; |
| virtual bool removeEventListener(const AtomicString& eventType, EventListener*, bool useCapture) OVERRIDE; |
| + void accept(Visitor*) const; |
|
Mads Ager (chromium)
2013/09/25 11:16:32
virtual? OVERRIDE?
zerny-chromium
2013/09/25 11:28:35
Thanks for spotting that one. Change ended up in a
|
| + |
| protected: |
| SVGElement(const QualifiedName&, const Handle<Document>&, ConstructionType = CreateSVGElement); |