Index: Source/core/testing/GCObservation.cpp |
diff --git a/Source/core/testing/GCObservation.cpp b/Source/core/testing/GCObservation.cpp |
index c194bb91c43c1ef90c09f4ccba32bbfd754b6483..827127f3165bede550841ba3447bc7071753ffbd 100644 |
--- a/Source/core/testing/GCObservation.cpp |
+++ b/Source/core/testing/GCObservation.cpp |
@@ -45,7 +45,7 @@ void GCObservation::setWasCollected() |
m_collected = true; |
} |
-GCObservation::GCObservation(v8::Handle<v8::Value> observedValue) |
+GCObservation::GCObservation(v8::Local<v8::Value> observedValue) |
: m_observed(v8::Isolate::GetCurrent(), observedValue) |
, m_collected(false) |
{ |