Index: Source/core/testing/Internals.h |
diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h |
index 04943041ea4368b7a3ac24e354eae80f8cb6c18a..93b35b6d7db8a4d11d23d36bb030944607857492 100644 |
--- a/Source/core/testing/Internals.h |
+++ b/Source/core/testing/Internals.h |
@@ -82,7 +82,6 @@ public: |
PassRefPtr<CSSComputedStyleDeclaration> computedStyleIncludingVisitedInfo(Node*, ExceptionCode&) const; |
ShadowRoot* ensureShadowRoot(Element* host, ExceptionCode&); |
- ShadowRoot* createShadowRoot(Element* host, ExceptionCode&); |
ShadowRoot* shadowRoot(Element* host, ExceptionCode&); |
ShadowRoot* youngestShadowRoot(Element* host, ExceptionCode&); |
ShadowRoot* oldestShadowRoot(Element* host, ExceptionCode&); |