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

Unified Diff: Source/bindings/core/v8/WrapperTypeInfo.cpp

Issue 1111163003: Replace v8::Handle<> with v8::Local<> in bindings/core/v8/* (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/bindings/core/v8/WrapperTypeInfo.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/core/v8/WrapperTypeInfo.cpp
diff --git a/Source/bindings/core/v8/WrapperTypeInfo.cpp b/Source/bindings/core/v8/WrapperTypeInfo.cpp
index 38856b925e6b1f1ef0740f6d73c0700d714c967a..21eb59186874861d248e5c3e33ec915ec4ac7e66 100644
--- a/Source/bindings/core/v8/WrapperTypeInfo.cpp
+++ b/Source/bindings/core/v8/WrapperTypeInfo.cpp
@@ -9,7 +9,7 @@
namespace blink {
-EventTarget* WrapperTypeInfo::toEventTarget(v8::Handle<v8::Object> object) const
+EventTarget* WrapperTypeInfo::toEventTarget(v8::Local<v8::Object> object) const
{
if (eventTargetInheritance == NotInheritFromEventTarget)
return 0;
« no previous file with comments | « Source/bindings/core/v8/WrapperTypeInfo.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698