| Index: sky/engine/core/css/StyleSheetList.cpp
|
| diff --git a/sky/engine/core/css/StyleSheetList.cpp b/sky/engine/core/css/StyleSheetList.cpp
|
| index e43604669236febef389daba99a006282217f843..cd2557b3e80f2df177e756d02c58ea2448184022 100644
|
| --- a/sky/engine/core/css/StyleSheetList.cpp
|
| +++ b/sky/engine/core/css/StyleSheetList.cpp
|
| @@ -46,13 +46,11 @@ inline const Vector<RefPtr<StyleSheet> >& StyleSheetList::styleSheets()
|
| return document()->styleEngine()->styleSheetsForStyleSheetList(*m_treeScope);
|
| }
|
|
|
| -#if !ENABLE(OILPAN)
|
| void StyleSheetList::detachFromDocument()
|
| {
|
| m_detachedStyleSheets = document()->styleEngine()->styleSheetsForStyleSheetList(*m_treeScope);
|
| m_treeScope = nullptr;
|
| }
|
| -#endif
|
|
|
| unsigned StyleSheetList::length()
|
| {
|
|
|