| Index: Source/core/html/shadow/InsertionPoint.h
|
| diff --git a/Source/core/html/shadow/InsertionPoint.h b/Source/core/html/shadow/InsertionPoint.h
|
| index 2f488e137ad159b5c0b78c87314cf29ae11868c1..ef5c497f7aec81eea1df14b71426abf11a1fbc3c 100644
|
| --- a/Source/core/html/shadow/InsertionPoint.h
|
| +++ b/Source/core/html/shadow/InsertionPoint.h
|
| @@ -97,6 +97,8 @@ protected:
|
| virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
|
| virtual bool isInsertionPointNode() const OVERRIDE { return true; }
|
|
|
| + virtual void acceptHeapVisitor(Visitor*) const OVERRIDE;
|
| +
|
| private:
|
|
|
| ContentDistribution m_distribution;
|
|
|