Index: Source/core/dom/ContainerNodeAlgorithms.h |
diff --git a/Source/core/dom/ContainerNodeAlgorithms.h b/Source/core/dom/ContainerNodeAlgorithms.h |
index 9224393aa1cd987931b2578dc771b805d022bc9f..b1d167ad841f03f95a64c6523248f34648a152e9 100644 |
--- a/Source/core/dom/ContainerNodeAlgorithms.h |
+++ b/Source/core/dom/ContainerNodeAlgorithms.h |
@@ -136,7 +136,7 @@ namespace Private { |
{ |
// Clean up any TreeScope to a removed tree. |
if (Document* containerDocument = container.ownerDocument()) |
- containerDocument->adoptIfNeeded(&node); |
+ containerDocument->adoptIfNeeded(node); |
if (node.inDocument()) |
ChildNodeRemovalNotifier(container).notify(node); |
} |