| Index: sky/engine/core/css/StyleSheetList.cpp
|
| diff --git a/sky/engine/core/css/StyleSheetList.cpp b/sky/engine/core/css/StyleSheetList.cpp
|
| index 19f6f582c5864c8872f27fe9dabb36534f2af1f9..e48c8f648694385f7e44a79cd1463c8d2a246635 100644
|
| --- a/sky/engine/core/css/StyleSheetList.cpp
|
| +++ b/sky/engine/core/css/StyleSheetList.cpp
|
| @@ -31,7 +31,6 @@ namespace blink {
|
| StyleSheetList::StyleSheetList(TreeScope* treeScope)
|
| : m_treeScope(treeScope)
|
| {
|
| - ScriptWrappable::init(this);
|
| }
|
|
|
| StyleSheetList::~StyleSheetList()
|
|
|