| Index: Source/core/css/StyleSheetList.cpp
|
| diff --git a/Source/core/css/StyleSheetList.cpp b/Source/core/css/StyleSheetList.cpp
|
| index 9c509948f4a89f59cb6ac69cd846ac4f2f0b4ae9..9c4508ac34d23338a3feaddb407f1995389b43a2 100644
|
| --- a/Source/core/css/StyleSheetList.cpp
|
| +++ b/Source/core/css/StyleSheetList.cpp
|
| @@ -91,7 +91,7 @@ CSSStyleSheet* StyleSheetList::anonymousNamedGetter(const AtomicString& name)
|
| return item->sheet();
|
| }
|
|
|
| -void StyleSheetList::trace(Visitor* visitor)
|
| +DEFINE_TRACE(StyleSheetList)
|
| {
|
| visitor->trace(m_treeScope);
|
| }
|
|
|