| Index: Source/bindings/tests/results/core/V8SVGTestInterface.cpp
|
| diff --git a/Source/bindings/tests/results/core/V8SVGTestInterface.cpp b/Source/bindings/tests/results/core/V8SVGTestInterface.cpp
|
| index 879134b20eeb97f74797704a81ca8b799e7affb7..ac299525841bf0046e7e90f717276277a4eafb11 100644
|
| --- a/Source/bindings/tests/results/core/V8SVGTestInterface.cpp
|
| +++ b/Source/bindings/tests/results/core/V8SVGTestInterface.cpp
|
| @@ -75,7 +75,7 @@ static void typeAttributeSetterCallback(const v8::FunctionCallbackInfo<v8::Value
|
|
|
| } // namespace SVGTestInterfaceV8Internal
|
|
|
| -static const V8DOMConfiguration::AccessorConfiguration V8SVGTestInterfaceAccessors[] = {
|
| +const V8DOMConfiguration::AccessorConfiguration V8SVGTestInterfaceAccessors[] = {
|
| {"type", SVGTestInterfaceV8Internal::typeAttributeGetterCallback, SVGTestInterfaceV8Internal::typeAttributeSetterCallback, 0, 0, 0, v8::DEFAULT, static_cast<v8::PropertyAttribute>(v8::None), V8DOMConfiguration::ExposedToAllScripts, V8DOMConfiguration::OnPrototype, V8DOMConfiguration::CheckHolder},
|
| };
|
|
|
|
|