| Index: sky/engine/core/dom/ContainerNode.cpp
|
| diff --git a/sky/engine/core/dom/ContainerNode.cpp b/sky/engine/core/dom/ContainerNode.cpp
|
| index f547fe7afc48dfaef7adf2e722434461cf6044c6..1c284b1f3636ad8349a86d0c88608c027b2ea5ac 100644
|
| --- a/sky/engine/core/dom/ContainerNode.cpp
|
| +++ b/sky/engine/core/dom/ContainerNode.cpp
|
| @@ -558,7 +558,6 @@ void ContainerNode::parserAppendChild(PassRefPtr<Node> newChild)
|
| ASSERT(newChild);
|
| ASSERT(!newChild->parentNode()); // Use appendChild if you need to handle reparenting (and want DOM mutation events).
|
| ASSERT(!newChild->isDocumentFragment());
|
| - ASSERT(!isHTMLTemplateElement(this));
|
|
|
| RefPtr<Node> protect(this);
|
|
|
|
|