Chromium Code Reviews| Index: Source/core/testing/GCObservation.h |
| diff --git a/Source/core/testing/GCObservation.h b/Source/core/testing/GCObservation.h |
| index a9c432048edb52ed5559f5802eb4ea62b320b298..093bdbf899c03609a6d3f17890bbceb0d895620f 100644 |
| --- a/Source/core/testing/GCObservation.h |
| +++ b/Source/core/testing/GCObservation.h |
| @@ -40,7 +40,6 @@ |
| namespace WebCore { |
| class GCObservation : public RefCountedWillBeGarbageCollectedFinalized<GCObservation> { |
| - DECLARE_GC_INFO; |
| public: |
| static PassRefPtrWillBeRawPtr<GCObservation> create(v8::Handle<v8::Value> observedValue) |
| { |