Index: trunk/Source/bindings/tests/results/modules/V8TestInterfacePartial.cpp |
=================================================================== |
--- trunk/Source/bindings/tests/results/modules/V8TestInterfacePartial.cpp (revision 201208) |
+++ trunk/Source/bindings/tests/results/modules/V8TestInterfacePartial.cpp (working copy) |
@@ -318,7 +318,7 @@ |
v8::Local<v8::ObjectTemplate> prototypeTemplate = functionTemplate->PrototypeTemplate(); |
ALLOW_UNUSED_LOCAL(prototypeTemplate); |
static const V8DOMConfiguration::ConstantConfiguration V8TestInterfaceConstants[] = { |
- {"PARTIAL3_UNSIGNED_SHORT", 0, V8DOMConfiguration::ConstantTypeUnsignedShort}, |
+ {"PARTIAL3_UNSIGNED_SHORT", 0, 0, 0, V8DOMConfiguration::ConstantTypeUnsignedShort}, |
}; |
V8DOMConfiguration::installConstants(isolate, functionTemplate, prototypeTemplate, V8TestInterfaceConstants, WTF_ARRAY_LENGTH(V8TestInterfaceConstants)); |
functionTemplate->InstanceTemplate()->SetCallAsFunctionHandler(V8TestInterface::legacyCallCustom); |