Chromium Code Reviews| Index: Source/core/testing/GCObservation.cpp |
| diff --git a/Source/core/testing/GCObservation.cpp b/Source/core/testing/GCObservation.cpp |
| index 4078b564adcf90e77f43cc56499654fb66b6440e..7c25450115bff1191cad25130a5c38c0feb54db0 100644 |
| --- a/Source/core/testing/GCObservation.cpp |
| +++ b/Source/core/testing/GCObservation.cpp |
| @@ -33,8 +33,6 @@ |
| namespace WebCore { |
| -DEFINE_GC_INFO(GCObservation); |
| - |
| static void setWeakCallback(const v8::WeakCallbackData<v8::Value, GCObservation>& data) |
| { |
| data.GetParameter()->setWasCollected(); |