| 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 1bee41e1b93a2598c123f62f1df68e356f88c76e..ffe3b446d4c1f18d7c5df33fbef74f2100c6c44e 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceCheckSecurity.cpp
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceCheckSecurity.cpp
|
| @@ -407,7 +407,8 @@ void V8TestInterfaceCheckSecurity::crossOriginNamedGetter(v8::Local<v8::Name> na
|
|
|
| BindingSecurity::failedAccessCheckFor(
|
| info.GetIsolate(),
|
| - V8TestInterfaceCheckSecurity::toImpl(info.Holder())->frame());
|
| + &V8TestInterfaceCheckSecurity::wrapperTypeInfo,
|
| + info.Holder());
|
| }
|
|
|
| void V8TestInterfaceCheckSecurity::crossOriginNamedSetter(v8::Local<v8::Name> name, v8::Local<v8::Value> value, const v8::PropertyCallbackInfo<v8::Value>& info) {
|
| @@ -424,7 +425,8 @@ void V8TestInterfaceCheckSecurity::crossOriginNamedSetter(v8::Local<v8::Name> na
|
|
|
| BindingSecurity::failedAccessCheckFor(
|
| info.GetIsolate(),
|
| - V8TestInterfaceCheckSecurity::toImpl(info.Holder())->frame());
|
| + &V8TestInterfaceCheckSecurity::wrapperTypeInfo,
|
| + info.Holder());
|
| }
|
|
|
| void V8TestInterfaceCheckSecurity::crossOriginNamedEnumerator(const v8::PropertyCallbackInfo<v8::Array>& info) {
|
|
|