Index: Source/bindings/tests/results/core/V8TestInterfaceCheckSecurity.cpp |
diff --git a/Source/bindings/tests/results/core/V8TestInterfaceCheckSecurity.cpp b/Source/bindings/tests/results/core/V8TestInterfaceCheckSecurity.cpp |
index d34583e19599add065c04b7ea01703f6f3fda70f..5912c8d43e01736af3de130ee00a38a2ced215ca 100644 |
--- a/Source/bindings/tests/results/core/V8TestInterfaceCheckSecurity.cpp |
+++ b/Source/bindings/tests/results/core/V8TestInterfaceCheckSecurity.cpp |
@@ -142,7 +142,7 @@ static void TestInterfaceCheckSecurityForceSetAttributeOnThis(v8::Local<v8::Stri |
return; |
} |
if (info.This()->IsObject()) |
- v8::Handle<v8::Object>::Cast(info.This())->ForceSet(name, v8Value); |
+ v8::Local<v8::Object>::Cast(info.This())->ForceSet(name, v8Value); |
} |
static void TestInterfaceCheckSecurityForceSetAttributeOnThisCallback(v8::Local<v8::String> name, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info) |