| Index: sky/engine/core/dom/shadow/InsertionPoint.cpp
|
| diff --git a/sky/engine/core/dom/shadow/InsertionPoint.cpp b/sky/engine/core/dom/shadow/InsertionPoint.cpp
|
| index 5f269db196d24fafcd5db19d956eeab7bd87101c..b8301fb808b141b7c46ba7407d70248fce0b85ce 100644
|
| --- a/sky/engine/core/dom/shadow/InsertionPoint.cpp
|
| +++ b/sky/engine/core/dom/shadow/InsertionPoint.cpp
|
| @@ -137,7 +137,7 @@ bool InsertionPoint::isActive() const
|
|
|
| bool InsertionPoint::isContentInsertionPoint() const
|
| {
|
| - return isHTMLContentElement(*this) && isActive();
|
| + return false;
|
| }
|
|
|
| Vector<RefPtr<Node>> InsertionPoint::getDistributedNodes()
|
|
|