Index: Source/core/dom/shadow/ShadowRoot.h |
diff --git a/Source/core/dom/shadow/ShadowRoot.h b/Source/core/dom/shadow/ShadowRoot.h |
index 768f78beee7cd8e58970859ec6c9f7d93747fe39..ff0004eb2f383d6fd054a793b9eeebe3e376fe07 100644 |
--- a/Source/core/dom/shadow/ShadowRoot.h |
+++ b/Source/core/dom/shadow/ShadowRoot.h |
@@ -94,6 +94,8 @@ public: |
HTMLShadowElement* shadowInsertionPointOfYoungerShadowRoot() const; |
void setShadowInsertionPointOfYoungerShadowRoot(PassRefPtr<HTMLShadowElement>); |
+ InsertionPoint* shadowInsertionPoint() const; |
+ |
void didAddInsertionPoint(InsertionPoint*); |
void didRemoveInsertionPoint(InsertionPoint*); |
const Vector<RefPtr<InsertionPoint> >& descendantInsertionPoints(); |