Index: Source/bindings/tests/results/V8SVGTestInterface.cpp |
diff --git a/Source/bindings/tests/results/V8SVGTestInterface.cpp b/Source/bindings/tests/results/V8SVGTestInterface.cpp |
index e81073fbe43cfc9366796b49877e8c16db4bb5bf..acb99f2261ea0cf919da54b2d64a767d4b0477e0 100644 |
--- a/Source/bindings/tests/results/V8SVGTestInterface.cpp |
+++ b/Source/bindings/tests/results/V8SVGTestInterface.cpp |
@@ -78,7 +78,7 @@ static void typeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Val |
} // namespace SVGTestInterfaceV8Internal |
static const V8DOMConfiguration::AttributeConfiguration V8SVGTestInterfaceAttributes[] = { |
- {"type", SVGTestInterfaceV8Internal::typeAttributeGetterCallback, SVGTestInterfaceV8Internal::typeAttributeSetterCallback, 0, 0, 0, static_cast<v8::AccessControl>(v8::DEFAULT), static_cast<v8::PropertyAttribute>(v8::None), V8DOMConfiguration::ExposedToAllScripts, 0 /* on instance */}, |
+ {"type", SVGTestInterfaceV8Internal::typeAttributeGetterCallback, SVGTestInterfaceV8Internal::typeAttributeSetterCallback, 0, 0, 0, static_cast<v8::AccessControl>(v8::DEFAULT), static_cast<v8::PropertyAttribute>(v8::None), V8DOMConfiguration::ExposedToAllScripts, V8DOMConfiguration::OnInstance}, |
}; |
static void installV8SVGTestInterfaceTemplate(v8::Handle<v8::FunctionTemplate> functionTemplate, v8::Isolate* isolate) |