| Index: Source/WebCore/dom/ContainerNodeAlgorithms.h
|
| diff --git a/Source/WebCore/dom/ContainerNodeAlgorithms.h b/Source/WebCore/dom/ContainerNodeAlgorithms.h
|
| index df886844a77abdbbd4328163270e1912735b7619..f34f5ec34277feee239c7cb54c91231cb0662476 100644
|
| --- a/Source/WebCore/dom/ContainerNodeAlgorithms.h
|
| +++ b/Source/WebCore/dom/ContainerNodeAlgorithms.h
|
| @@ -215,9 +215,7 @@ inline void ChildNodeInsertionNotifier::notify(Node* node)
|
| {
|
| ASSERT(!NoEventDispatchAssertion::isEventDispatchForbidden());
|
|
|
| -#if ENABLE(INSPECTOR)
|
| InspectorInstrumentation::didInsertDOMNode(node->document(), node);
|
| -#endif
|
|
|
| RefPtr<Document> protectDocument(node->document());
|
| RefPtr<Node> protectNode(node);
|
|
|