Chromium Code Reviews| Index: Source/core/css/StyleRule.cpp |
| diff --git a/Source/core/css/StyleRule.cpp b/Source/core/css/StyleRule.cpp |
| index 9aa04866076b4f33bba9770af5666fe1e661d01a..6028f858eaf758ac5a314598c5eec36a0fe9e1fa 100644 |
| --- a/Source/core/css/StyleRule.cpp |
| +++ b/Source/core/css/StyleRule.cpp |
| @@ -36,8 +36,6 @@ |
| namespace WebCore { |
| -DEFINE_GC_INFO(StyleRuleBase); |
| - |
| struct SameSizeAsStyleRuleBase : public RefCountedWillBeRefCountedGarbageCollected<SameSizeAsStyleRuleBase> { |
| unsigned bitfields; |
| }; |