| Index: Source/bindings/core/v8/V8Binding.cpp
|
| diff --git a/Source/bindings/core/v8/V8Binding.cpp b/Source/bindings/core/v8/V8Binding.cpp
|
| index 9d52428fd65061187f4d4bac23574645fca3a314..9a694092ef61a50084a81d2e85bd9ecff699227c 100644
|
| --- a/Source/bindings/core/v8/V8Binding.cpp
|
| +++ b/Source/bindings/core/v8/V8Binding.cpp
|
| @@ -1055,7 +1055,7 @@ PassRefPtr<TraceEvent::ConvertableToTraceFormat> devToolsTraceEventData(v8::Isol
|
| return InspectorFunctionCallEvent::data(context, info.scriptId(), info.resourceName(), info.lineNumber());
|
| }
|
|
|
| -void v8ConstructorAttributeGetterAsProperty(v8::Local<v8::String> propertyName, const v8::PropertyCallbackInfo<v8::Value>& info)
|
| +void v8ConstructorAttributeGetterAsProperty(v8::Local<v8::Name> propertyName, const v8::PropertyCallbackInfo<v8::Value>& info)
|
| {
|
| v8ConstructorAttributeGetter(info);
|
| }
|
|
|