| Index: Source/core/editing/EditingTestBase.h
|
| diff --git a/Source/core/editing/EditingTestBase.h b/Source/core/editing/EditingTestBase.h
|
| index 0a7266ac47249a52e34166f7eb78263987998494..ab4be06c823c87f1f8fb6e5549c21e3b701a0e2f 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*);
|
| + PassRefPtrWillBeRawPtr<ShadowRoot> setShadowContent(const char* shadowContent, const char* host = "host");
|
| void updateLayoutAndStyleForPainting();
|
|
|
| static Position positionInDOMTree(Node& anchor, int offset);
|
|
|