| Index: Source/core/dom/shadow/ShadowRoot.h
|
| diff --git a/Source/core/dom/shadow/ShadowRoot.h b/Source/core/dom/shadow/ShadowRoot.h
|
| index 3c090253343bb192c3c7cb589c56c139af8a9659..83cbadd8077b69b1a4a9cdd7d2f5b7b41c29b294 100644
|
| --- a/Source/core/dom/shadow/ShadowRoot.h
|
| +++ b/Source/core/dom/shadow/ShadowRoot.h
|
| @@ -97,11 +97,11 @@ public:
|
| unsigned childShadowRootCount() const;
|
|
|
| HTMLShadowElement* shadowInsertionPointOfYoungerShadowRoot() const;
|
| - void setShadowInsertionPointOfYoungerShadowRoot(PassRefPtr<HTMLShadowElement>);
|
| + void setShadowInsertionPointOfYoungerShadowRoot(PassRefPtrWillBeRawPtr<HTMLShadowElement>);
|
|
|
| void didAddInsertionPoint(InsertionPoint*);
|
| void didRemoveInsertionPoint(InsertionPoint*);
|
| - const Vector<RefPtr<InsertionPoint> >& descendantInsertionPoints();
|
| + const WillBeHeapVector<RefPtrWillBeMember<InsertionPoint> >& descendantInsertionPoints();
|
|
|
| ShadowRootType type() const { return static_cast<ShadowRootType>(m_type); }
|
|
|
|
|