| Index: Source/core/dom/shadow/ShadowRoot.h
|
| diff --git a/Source/core/dom/shadow/ShadowRoot.h b/Source/core/dom/shadow/ShadowRoot.h
|
| index 9efeaab97d6671f188adb2d4334901f5f229efd9..4c0fabd1b59d7f2b6f55a88e3b9557c93630229c 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); }
|
|
|
|
|