| Index: Source/core/dom/shadow/InsertionPoint.h
|
| diff --git a/Source/core/dom/shadow/InsertionPoint.h b/Source/core/dom/shadow/InsertionPoint.h
|
| index 657f4b8312710fe4698ed303761dc81025d675c1..478800572c90d5792edc18148ed55e09509a072a 100644
|
| --- a/Source/core/dom/shadow/InsertionPoint.h
|
| +++ b/Source/core/dom/shadow/InsertionPoint.h
|
| @@ -95,7 +95,6 @@ protected:
|
| virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE;
|
| virtual void removedFrom(ContainerNode*) OVERRIDE;
|
| virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
|
| - virtual bool isInsertionPointNode() const OVERRIDE { return true; }
|
|
|
| private:
|
|
|
|
|