| Index: Source/bindings/core/v8/custom/V8CustomEventCustom.cpp
|
| diff --git a/Source/bindings/core/v8/custom/V8CustomEventCustom.cpp b/Source/bindings/core/v8/custom/V8CustomEventCustom.cpp
|
| index 6582206313410403d41cb3a0d143f19a0223234e..a4ea5aa84d9c712b2d4aae8c478c4be709224b7c 100644
|
| --- a/Source/bindings/core/v8/custom/V8CustomEventCustom.cpp
|
| +++ b/Source/bindings/core/v8/custom/V8CustomEventCustom.cpp
|
| @@ -50,7 +50,7 @@ static v8::Local<v8::Value> cacheState(v8::Isolate* isolate, v8::Local<v8::Objec
|
| }
|
|
|
|
|
| -void V8CustomEvent::detailAttributeGetterCustom(const v8::PropertyCallbackInfo<v8::Value>& info)
|
| +void V8CustomEvent::detailAttributeGetterCustom(const v8::FunctionCallbackInfo<v8::Value>& info)
|
| {
|
| CustomEvent* event = V8CustomEvent::toImpl(info.Holder());
|
|
|
|
|