| Index: Source/core/dom/Node.cpp
|
| diff --git a/Source/core/dom/Node.cpp b/Source/core/dom/Node.cpp
|
| index 8275f8957db85d7dbfd8d6f56de5d22893d149df..10ad8b8e7d66dde981849d7bacef6e423ce517aa 100644
|
| --- a/Source/core/dom/Node.cpp
|
| +++ b/Source/core/dom/Node.cpp
|
| @@ -1062,8 +1062,7 @@ inline void Node::detachNode(Node* root, const AttachContext& context)
|
|
|
| void Node::reattach(const AttachContext& context)
|
| {
|
| - // FIXME: Text::updateTextRenderer calls reattach outside a style recalc.
|
| - ASSERT(document().inStyleRecalc() || isTextNode());
|
| + ASSERT(document().inStyleRecalc());
|
| AttachContext reattachContext(context);
|
| reattachContext.performingReattach = true;
|
|
|
|
|