| Index: Source/bindings/tests/results/V8TestEventConstructor.cpp
|
| diff --git a/Source/bindings/tests/results/V8TestEventConstructor.cpp b/Source/bindings/tests/results/V8TestEventConstructor.cpp
|
| index 68eb925c17c10d76a82c3a80971f578dc709980d..5da12f9c2bcf08d58e7dd1b03e8c829624c01d21 100644
|
| --- a/Source/bindings/tests/results/V8TestEventConstructor.cpp
|
| +++ b/Source/bindings/tests/results/V8TestEventConstructor.cpp
|
| @@ -109,9 +109,9 @@ static void constructor(const v8::FunctionCallbackInfo<v8::Value>& args)
|
| } // namespace TestEventConstructorV8Internal
|
|
|
| static const V8DOMConfiguration::BatchedAttribute V8TestEventConstructorAttrs[] = {
|
| - // Attribute 'attr1' (Type: 'attribute' ExtAttr: '')
|
| + // Attribute 'attr1'
|
| {"attr1", TestEventConstructorV8Internal::attr1AttrGetterCallback, 0, 0, 0, 0 /* no data */, static_cast<v8::AccessControl>(v8::DEFAULT), static_cast<v8::PropertyAttribute>(v8::None), 0 /* on instance */},
|
| - // Attribute 'attr2' (Type: 'attribute' ExtAttr: 'InitializedByEventConstructor')
|
| + // Attribute 'attr2'
|
| {"attr2", TestEventConstructorV8Internal::attr2AttrGetterCallback, 0, 0, 0, 0 /* no data */, static_cast<v8::AccessControl>(v8::DEFAULT), static_cast<v8::PropertyAttribute>(v8::None), 0 /* on instance */},
|
| };
|
|
|
|
|