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) |