Index: Source/core/testing/GCObservation.cpp |
diff --git a/Source/core/testing/GCObservation.cpp b/Source/core/testing/GCObservation.cpp |
index 967fee16868e9a9305091f5a19aeb56032fbbae5..c2c8f267b84259a54ca26556ab4286f874b657b3 100644 |
--- a/Source/core/testing/GCObservation.cpp |
+++ b/Source/core/testing/GCObservation.cpp |
@@ -49,7 +49,6 @@ GCObservation::GCObservation(v8::Handle<v8::Value> observedValue) |
: m_observed(v8::Isolate::GetCurrent(), observedValue) |
, m_collected(false) |
{ |
- ScriptWrappable::init(this); |
m_observed.setWeak(this, setWeakCallbackForGCObservation); |
} |