| Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceCheckSecurity.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceCheckSecurity.cpp b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceCheckSecurity.cpp
|
| index 50dc50d3b0cad97240e5d1a3a635e46ab1b87269..b344dec71368bc9da8fa452e9389120662290c11 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceCheckSecurity.cpp
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceCheckSecurity.cpp
|
| @@ -444,7 +444,8 @@ void V8TestInterfaceCheckSecurity::crossOriginNamedGetter(v8::Local<v8::Name> na
|
|
|
| BindingSecurity::FailedAccessCheckFor(
|
| info.GetIsolate(),
|
| - V8TestInterfaceCheckSecurity::toImpl(info.Holder())->GetFrame());
|
| + &V8TestInterfaceCheckSecurity::wrapperTypeInfo,
|
| + info.Holder());
|
| }
|
|
|
| void V8TestInterfaceCheckSecurity::crossOriginNamedSetter(v8::Local<v8::Name> name, v8::Local<v8::Value> value, const v8::PropertyCallbackInfo<v8::Value>& info) {
|
| @@ -461,7 +462,8 @@ void V8TestInterfaceCheckSecurity::crossOriginNamedSetter(v8::Local<v8::Name> na
|
|
|
| BindingSecurity::FailedAccessCheckFor(
|
| info.GetIsolate(),
|
| - V8TestInterfaceCheckSecurity::toImpl(info.Holder())->GetFrame());
|
| + &V8TestInterfaceCheckSecurity::wrapperTypeInfo,
|
| + info.Holder());
|
| }
|
|
|
| void V8TestInterfaceCheckSecurity::crossOriginNamedEnumerator(const v8::PropertyCallbackInfo<v8::Array>& info) {
|
|
|