Chromium Code Reviews| Index: sky/engine/core/css/resolver/MatchResult.h |
| diff --git a/sky/engine/core/css/resolver/MatchResult.h b/sky/engine/core/css/resolver/MatchResult.h |
| index 9ebc766b18b3432e8f5bd9adbfe8da11b27bc571..b75f009dfca013021eb1ea3c1fe99aa759202078 100644 |
| --- a/sky/engine/core/css/resolver/MatchResult.h |
| +++ b/sky/engine/core/css/resolver/MatchResult.h |
| @@ -55,8 +55,6 @@ public: |
| MatchedProperties(); |
| ~MatchedProperties(); |
| - void trace(Visitor*); |
| - |
| RefPtr<StylePropertySet> properties; |
| }; |