Index: Source/core/css/StyleSheetList.cpp |
diff --git a/Source/core/css/StyleSheetList.cpp b/Source/core/css/StyleSheetList.cpp |
index 998afcf2b6d93bc63921e5018ba0a663d8295bfc..a99b9e80045fb2ed25765ac19b666d88e01dcecf 100644 |
--- a/Source/core/css/StyleSheetList.cpp |
+++ b/Source/core/css/StyleSheetList.cpp |
@@ -34,6 +34,7 @@ using namespace HTMLNames; |
StyleSheetList::StyleSheetList(TreeScope* treeScope) |
: m_treeScope(treeScope) |
{ |
+ ScriptWrappable::init(this); |
} |
StyleSheetList::~StyleSheetList() |