| Index: sky/engine/core/dom/shadow/ShadowRootRareData.h
|
| diff --git a/sky/engine/core/dom/shadow/ShadowRootRareData.h b/sky/engine/core/dom/shadow/ShadowRootRareData.h
|
| index 8063812083a3f1f2dadfc39e3b18f802f567f377..58fae89df35a312fe622c8b90f9caf123517d948 100644
|
| --- a/sky/engine/core/dom/shadow/ShadowRootRareData.h
|
| +++ b/sky/engine/core/dom/shadow/ShadowRootRareData.h
|
| @@ -60,15 +60,10 @@ public:
|
| void setDescendantInsertionPoints(Vector<RefPtr<InsertionPoint> >& list) { m_descendantInsertionPoints.swap(list); }
|
| void clearDescendantInsertionPoints() { m_descendantInsertionPoints.clear(); }
|
|
|
| - StyleSheetList* styleSheets() { return m_styleSheetList.get(); }
|
| - void setStyleSheets(PassRefPtr<StyleSheetList> styleSheetList) { m_styleSheetList = styleSheetList; }
|
| -
|
| -
|
| private:
|
| unsigned m_descendantContentElementCount;
|
| unsigned m_childShadowRootCount;
|
| Vector<RefPtr<InsertionPoint> > m_descendantInsertionPoints;
|
| - RefPtr<StyleSheetList> m_styleSheetList;
|
| };
|
|
|
| inline void ShadowRootRareData::didAddInsertionPoint(InsertionPoint* point)
|
|
|