Index: Source/core/testing/Internals.h |
diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h |
index 601483089776b5cbd212f7f99845655f53d99264..b1b209343b861692a75461a5364255cd4d6d5f3b 100644 |
--- a/Source/core/testing/Internals.h |
+++ b/Source/core/testing/Internals.h |
@@ -96,7 +96,7 @@ public: |
PassRefPtrWillBeRawPtr<CSSStyleDeclaration> computedStyleIncludingVisitedInfo(Node*) const; |
- PassRefPtrWillBeRawPtr<ShadowRoot> createUserAgentShadowRoot(Element* host); |
+ PassRefPtrWillBeRawPtr<ShadowRoot> createClosedShadowRoot(Element* host); |
ShadowRoot* shadowRoot(Element* host); |
ShadowRoot* youngestShadowRoot(Element* host); |