| Index: Source/core/testing/Internals.h
|
| diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h
|
| index 8c8f8c9878051009462cb127ceec2976c63b22ca..6aa8c4be87c49afe3fdbe21ed5800e49208e826d 100644
|
| --- a/Source/core/testing/Internals.h
|
| +++ b/Source/core/testing/Internals.h
|
| @@ -99,6 +99,7 @@ public:
|
| ShadowRoot* youngestShadowRoot(Element* host, ExceptionState&);
|
| ShadowRoot* oldestShadowRoot(Element* host, ExceptionState&);
|
| ShadowRoot* youngerShadowRoot(Node* shadow, ExceptionState&);
|
| + Element* shadowHost(Node*, ExceptionState&);
|
| String shadowRootType(const Node*, ExceptionState&) const;
|
| bool hasShadowInsertionPoint(const Node*, ExceptionState&) const;
|
| bool hasContentElement(const Node*, ExceptionState&) const;
|
|
|