Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1044)

Unified Diff: Source/core/testing/GCObservation.cpp

Issue 1103273014: Replace v8::Handle with v8::Local in core/testing/* (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/testing/GCObservation.h ('k') | Source/core/testing/Internals.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
{
« no previous file with comments | « Source/core/testing/GCObservation.h ('k') | Source/core/testing/Internals.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698