| Index: Source/core/dom/shadow/InsertionPoint.h
|
| diff --git a/Source/core/dom/shadow/InsertionPoint.h b/Source/core/dom/shadow/InsertionPoint.h
|
| index 05f2ac9e0707975a91434a08c35e8dd724721cc3..75cc3c51a9e75a52f0af215b93ee51583f6c8dc9 100644
|
| --- a/Source/core/dom/shadow/InsertionPoint.h
|
| +++ b/Source/core/dom/shadow/InsertionPoint.h
|
| @@ -87,7 +87,7 @@ private:
|
|
|
| typedef Vector<RefPtr<InsertionPoint> > DestinationInsertionPoints;
|
|
|
| -DEFINE_NODE_TYPE_CASTS(InsertionPoint, isInsertionPoint());
|
| +DEFINE_ELEMENT_TYPE_CASTS(InsertionPoint, isInsertionPoint());
|
|
|
| inline bool isActiveInsertionPoint(const Node& node)
|
| {
|
|
|