| 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 6105bc99a59c2f5c3ef5b7646e68e6c0128b4f17..6d87a40344a2b81ca4c905570650cd4258aaf4da 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceCheckSecurity.cpp
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceCheckSecurity.cpp
|
| @@ -441,7 +441,7 @@ void crossOriginNamedEnumerator(const v8::PropertyCallbackInfo<v8::Array>& info)
|
|
|
| v8SetReturnValue(
|
| info,
|
| - toV8(names, info.Holder(), info.GetIsolate()).As<v8::Array>());
|
| + ToV8(names, info.Holder(), info.GetIsolate()).As<v8::Array>());
|
| }
|
|
|
| } // namespace TestInterfaceCheckSecurityV8Internal
|
|
|