Index: Source/core/editing/EditingTestBase.h |
diff --git a/Source/core/editing/EditingTestBase.h b/Source/core/editing/EditingTestBase.h |
index 97477c4ca06eb8c40b6e74e926f27ad2c2fe5a11..79a31b9ef331033da73b7301680b2ddbac325d20 100644 |
--- a/Source/core/editing/EditingTestBase.h |
+++ b/Source/core/editing/EditingTestBase.h |
@@ -26,7 +26,7 @@ protected: |
static PassRefPtrWillBeRawPtr<ShadowRoot> createShadowRootForElementWithIDAndSetInnerHTML(TreeScope&, const char* hostElementID, const char* shadowRootContent); |
void setBodyContent(const char*); |
- PassRefPtrWillBeRawPtr<ShadowRoot> setShadowContent(const char* shadowContent, const char* host = "host"); |
+ PassRefPtrWillBeRawPtr<ShadowRoot> setShadowContent(const char* shadowContent, const char* shadowHostId); |
void updateLayoutAndStyleForPainting(); |
private: |