| Index: Source/core/css/StyleSheetList.cpp
|
| diff --git a/Source/core/css/StyleSheetList.cpp b/Source/core/css/StyleSheetList.cpp
|
| index 998afcf2b6d93bc63921e5018ba0a663d8295bfc..9c509948f4a89f59cb6ac69cd846ac4f2f0b4ae9 100644
|
| --- a/Source/core/css/StyleSheetList.cpp
|
| +++ b/Source/core/css/StyleSheetList.cpp
|
| @@ -36,9 +36,7 @@ StyleSheetList::StyleSheetList(TreeScope* treeScope)
|
| {
|
| }
|
|
|
| -StyleSheetList::~StyleSheetList()
|
| -{
|
| -}
|
| +DEFINE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(StyleSheetList);
|
|
|
| inline const WillBeHeapVector<RefPtrWillBeMember<StyleSheet> >& StyleSheetList::styleSheets()
|
| {
|
|
|