| 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 a17fe42c2adee40e9c74f0a3ce92609f961a3790..da7325dec069b616992cd90d82ccec741906163d 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceCheckSecurity.cpp
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceCheckSecurity.cpp
|
| @@ -437,7 +437,7 @@ void crossOriginNamedSetter(v8::Local<v8::Name> name, v8::Local<v8::Value> value
|
| void crossOriginNamedEnumerator(const v8::PropertyCallbackInfo<v8::Array>& info) {
|
| Vector<String> names;
|
| for (const auto& attribute : kCrossOriginAttributeTable)
|
| - names.append(attribute.name);
|
| + names.push_back(attribute.name);
|
|
|
| v8SetReturnValue(
|
| info,
|
|
|