| Index: Source/bindings/core/v8/custom/V8PopStateEventCustom.cpp
|
| diff --git a/Source/bindings/core/v8/custom/V8PopStateEventCustom.cpp b/Source/bindings/core/v8/custom/V8PopStateEventCustom.cpp
|
| index fb21c4dcf9bbc9d54414b1010035493ae0dbfcdc..a5cb33758be328a703a24f4db0ae6f52a934e22c 100644
|
| --- a/Source/bindings/core/v8/custom/V8PopStateEventCustom.cpp
|
| +++ b/Source/bindings/core/v8/custom/V8PopStateEventCustom.cpp
|
| @@ -47,7 +47,7 @@ static v8::Local<v8::Value> cacheState(v8::Local<v8::Object> popStateEvent, v8::
|
| return state;
|
| }
|
|
|
| -void V8PopStateEvent::stateAttributeGetterCustom(const v8::PropertyCallbackInfo<v8::Value>& info)
|
| +void V8PopStateEvent::stateAttributeGetterCustom(const v8::FunctionCallbackInfo<v8::Value>& info)
|
| {
|
| v8::Local<v8::Value> result = V8HiddenValue::getHiddenValue(info.GetIsolate(), info.Holder(), V8HiddenValue::state(info.GetIsolate()));
|
|
|
|
|