Index: Source/core/dom/PositionTest.cpp |
diff --git a/Source/core/dom/PositionTest.cpp b/Source/core/dom/PositionTest.cpp |
index a78af36aecd35ea5bab98d13f1d22f435dd68053..fde09caf829e4b184eac59824d57c80465ddd55a 100644 |
--- a/Source/core/dom/PositionTest.cpp |
+++ b/Source/core/dom/PositionTest.cpp |
@@ -82,7 +82,6 @@ TEST_F(PositionTest, ToPositionInComposedTreeWithActiveInsertionPoint) |
setBodyContent(bodyContent); |
RefPtrWillBeRawPtr<ShadowRoot> shadowRoot = setShadowContent(shadowContent); |
RefPtrWillBeRawPtr<Element> anchor = shadowRoot->getElementById("a"); |
- RefPtrWillBeRawPtr<Element> insertionPoint = shadowRoot->getElementById("content"); |
EXPECT_EQ(positionInComposedTree(*anchor, 0), toPositionInComposedTree(positionInDOMTree(*anchor, 0))); |
EXPECT_EQ(positionInComposedTree(*anchor, 1), toPositionInComposedTree(positionInDOMTree(*anchor, 1))); |