| Index: third_party/WebKit/Source/bindings/templates/interface_base.cpp.tmpl
|
| diff --git a/third_party/WebKit/Source/bindings/templates/interface_base.cpp.tmpl b/third_party/WebKit/Source/bindings/templates/interface_base.cpp.tmpl
|
| index bbea073618ebe5992dc19695ea8723754ac795bd..d32da99b2f0b7cfb2737815fb7cb53e9b36bfe63 100644
|
| --- a/third_party/WebKit/Source/bindings/templates/interface_base.cpp.tmpl
|
| +++ b/third_party/WebKit/Source/bindings/templates/interface_base.cpp.tmpl
|
| @@ -283,7 +283,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,
|
|
|