| Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface2.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface2.cpp b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface2.cpp
|
| index 57e6cc528433a8e65a2e1c2069274173359f4202..025b3622e2ee5e5b9f4d4a6d3ced789215b3c1f7 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface2.cpp
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface2.cpp
|
| @@ -594,7 +594,8 @@ void V8TestInterface2::indexedPropertyDeleterCallback(uint32_t index, const v8::
|
| }
|
|
|
| static const V8DOMConfiguration::AccessorConfiguration V8TestInterface2Accessors[] = {
|
| - {"size", V8TestInterface2::sizeAttributeGetterCallback, nullptr, nullptr, nullptr, static_cast<v8::PropertyAttribute>(v8::DontEnum | v8::ReadOnly), V8DOMConfiguration::kOnPrototype, V8DOMConfiguration::kCheckHolder, V8DOMConfiguration::kAllWorlds},
|
| + { "size", V8TestInterface2::sizeAttributeGetterCallback, nullptr, nullptr, nullptr, static_cast<v8::PropertyAttribute>(v8::DontEnum | v8::ReadOnly), V8DOMConfiguration::kOnPrototype, V8DOMConfiguration::kCheckHolder, V8DOMConfiguration::kAllWorlds }
|
| + ,
|
| };
|
|
|
| static const V8DOMConfiguration::MethodConfiguration V8TestInterface2Methods[] = {
|
|
|