Chromium Code Reviews| Index: Source/core/css/Pair.cpp |
| diff --git a/Source/core/css/Pair.cpp b/Source/core/css/Pair.cpp |
| index 650b213e881ca2c334459270df563ecf7b3694cc..5362b6b52747f321f8c880c5518db518edd0230f 100644 |
| --- a/Source/core/css/Pair.cpp |
| +++ b/Source/core/css/Pair.cpp |
| @@ -7,8 +7,6 @@ |
| namespace WebCore { |
| -DEFINE_GC_INFO(Pair); |
| - |
| void Pair::trace(Visitor* visitor) |
| { |
| visitor->trace(m_first); |