| Index: sky/engine/core/css/ElementRuleCollector.h
|
| diff --git a/sky/engine/core/css/ElementRuleCollector.h b/sky/engine/core/css/ElementRuleCollector.h
|
| index 2156ffc7481724a6448002af8144a452cb5932f7..2e31edfa85cf0b2333d98f8013021388800aad3b 100644
|
| --- a/sky/engine/core/css/ElementRuleCollector.h
|
| +++ b/sky/engine/core/css/ElementRuleCollector.h
|
| @@ -72,7 +72,6 @@ WTF_ALLOW_MOVE_AND_INIT_WITH_MEM_FUNCTIONS(blink::MatchedRule);
|
|
|
| namespace blink {
|
|
|
| -// FIXME: oilpan: when transition types are gone this class can be replaced with HeapVector.
|
| class StyleRuleList final : public RefCounted<StyleRuleList> {
|
| public:
|
| static PassRefPtr<StyleRuleList> create() { return adoptRef(new StyleRuleList()); }
|
|
|