| Index: Source/bindings/tests/results/V8TestException.cpp
|
| diff --git a/Source/bindings/tests/results/V8TestException.cpp b/Source/bindings/tests/results/V8TestException.cpp
|
| index 84a9dcc7dd72457809c17e2d4639157f651b578f..ce54b46918109ec1cd2aafbd48975aad8a5d15f8 100644
|
| --- a/Source/bindings/tests/results/V8TestException.cpp
|
| +++ b/Source/bindings/tests/results/V8TestException.cpp
|
| @@ -74,7 +74,7 @@ static void nameAttrGetterCallback(v8::Local<v8::String> name, const v8::Propert
|
| } // namespace TestExceptionV8Internal
|
|
|
| static const V8DOMConfiguration::BatchedAttribute V8TestExceptionAttrs[] = {
|
| - // Attribute 'name' (Type: 'attribute' ExtAttr: '')
|
| + // Attribute 'name' (Type: 'DOMString' ExtAttr: '')
|
| {"name", TestExceptionV8Internal::nameAttrGetterCallback, 0, 0, 0, 0 /* no data */, static_cast<v8::AccessControl>(v8::DEFAULT), static_cast<v8::PropertyAttribute>(v8::None), 0 /* on instance */},
|
| };
|
|
|
|
|