| Index: Source/bindings/tests/results/core/V8TestTypedefs.cpp
|
| diff --git a/Source/bindings/tests/results/core/V8TestTypedefs.cpp b/Source/bindings/tests/results/core/V8TestTypedefs.cpp
|
| index 1d2cb016a8671b7fbb2347808fada5d0f5aaa891..ca083d360ee96a21c04bf43cf590799f70f377de 100644
|
| --- a/Source/bindings/tests/results/core/V8TestTypedefs.cpp
|
| +++ b/Source/bindings/tests/results/core/V8TestTypedefs.cpp
|
| @@ -35,7 +35,7 @@ const WrapperTypeInfo& TestTypedefs::s_wrapperTypeInfo = V8TestTypedefs::wrapper
|
| namespace TestTypedefsV8Internal {
|
|
|
| template<class CallbackInfo>
|
| -static void TestTypedefsForceSetAttributeOnThis(v8::Local<v8::String> name, v8::Local<v8::Value> v8Value, const CallbackInfo& info)
|
| +static void TestTypedefsForceSetAttributeOnThis(v8::Local<v8::Name> name, v8::Local<v8::Value> v8Value, const CallbackInfo& info)
|
| {
|
| ASSERT(info.This()->IsObject());
|
| v8::Local<v8::Object>::Cast(info.This())->ForceSet(name, v8Value);
|
| @@ -80,7 +80,7 @@ static void tAttributeAttributeSetter(v8::Local<v8::Value> v8Value, const v8::Pr
|
| TestTypedefsForceSetAttributeOnThis(propertyName, v8Value, info);
|
| }
|
|
|
| -static void tAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
|
| +static void tAttributeAttributeSetterCallback(v8::Local<v8::Name>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
|
| {
|
| TRACE_EVENT_SET_SAMPLING_STATE("blink", "DOMSetter");
|
| TestTypedefsV8Internal::tAttributeAttributeSetter(v8Value, info);
|
|
|