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

Unified Diff: Source/bindings/core/v8/V8IteratorResultValue.h

Issue 1071963002: Replace Handle<> with 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/V8HiddenValue.cpp ('k') | Source/bindings/core/v8/V8IteratorResultValue.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/core/v8/V8IteratorResultValue.h
diff --git a/Source/bindings/core/v8/V8IteratorResultValue.h b/Source/bindings/core/v8/V8IteratorResultValue.h
index 887dc9929c003e3811e6a7a5fbcb428d875601ac..b857e574bf34ba8b7952e87897906e79206c5f8b 100644
--- a/Source/bindings/core/v8/V8IteratorResultValue.h
+++ b/Source/bindings/core/v8/V8IteratorResultValue.h
@@ -12,7 +12,7 @@
namespace blink {
-CORE_EXPORT v8::Handle<v8::Object> v8IteratorResultValue(v8::Isolate*, bool done, v8::Handle<v8::Value>);
+CORE_EXPORT v8::Local<v8::Object> v8IteratorResultValue(v8::Isolate*, bool done, v8::Local<v8::Value>);
template<typename T>
inline ScriptValue v8IteratorResult(ScriptState* scriptState, const T& value)
« no previous file with comments | « Source/bindings/core/v8/V8HiddenValue.cpp ('k') | Source/bindings/core/v8/V8IteratorResultValue.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698