| Index: Source/core/dom/Attr.h
|
| diff --git a/Source/core/dom/Attr.h b/Source/core/dom/Attr.h
|
| index e09828045c619807c9cd2ba9824e52f8ca72cf09..9f3ceae53f0066d8bc8732398bf27c8c4c02ecc9 100644
|
| --- a/Source/core/dom/Attr.h
|
| +++ b/Source/core/dom/Attr.h
|
| @@ -64,6 +64,8 @@ public:
|
| void attachToElement(Element*);
|
| void detachFromElementWithValue(const AtomicString&);
|
|
|
| + virtual void acceptHeapVisitor(Visitor*) const OVERRIDE;
|
| +
|
| private:
|
| Attr(Element*, const QualifiedName&);
|
| Attr(Handle<Document>, const QualifiedName&, const AtomicString& value);
|
|
|