| Index: sky/engine/core/css/resolver/MatchResult.cpp
|
| diff --git a/sky/engine/core/css/resolver/MatchResult.cpp b/sky/engine/core/css/resolver/MatchResult.cpp
|
| index 6c34ec7318b4bc1d058914d2dbb3cb7815862b5d..80815634fa80bdc761fd93a3c4954fb695220ac2 100644
|
| --- a/sky/engine/core/css/resolver/MatchResult.cpp
|
| +++ b/sky/engine/core/css/resolver/MatchResult.cpp
|
| @@ -42,11 +42,6 @@ MatchedProperties::~MatchedProperties()
|
| {
|
| }
|
|
|
| -void MatchedProperties::trace(Visitor* visitor)
|
| -{
|
| - visitor->trace(properties);
|
| -}
|
| -
|
| void MatchResult::addMatchedProperties(const StylePropertySet* properties)
|
| {
|
| matchedProperties.grow(matchedProperties.size() + 1);
|
|
|