Index: Source/core/editing/EditingStrategyTest.cpp |
diff --git a/Source/core/editing/EditingStrategyTest.cpp b/Source/core/editing/EditingStrategyTest.cpp |
index 6f232735afccf99af5b7aaac4c261891e531ff3e..4ab4ae9f8feae54324829f231476729a39e5a113 100644 |
--- a/Source/core/editing/EditingStrategyTest.cpp |
+++ b/Source/core/editing/EditingStrategyTest.cpp |
@@ -18,7 +18,7 @@ TEST_F(EditingStrategyTest, caretMaxOffset) |
const char* bodyContent = "<p id='host'>00<b id='one'>1</b><b id='two'>22</b>333</p>"; |
const char* shadowContent = "<content select=#two></content><content select=#one></content>"; |
setBodyContent(bodyContent); |
- setShadowContent(shadowContent); |
+ setShadowContent(shadowContent, "host"); |
Node* host = document().getElementById("host"); |
Node* one = document().getElementById("one"); |
Node* two = document().getElementById("two"); |