Index: trunk/Source/bindings/tests/results/modules/V8TestInterface5.cpp |
=================================================================== |
--- trunk/Source/bindings/tests/results/modules/V8TestInterface5.cpp (revision 201208) |
+++ trunk/Source/bindings/tests/results/modules/V8TestInterface5.cpp (working copy) |
@@ -970,8 +970,8 @@ |
v8::Local<v8::ObjectTemplate> prototypeTemplate = functionTemplate->PrototypeTemplate(); |
ALLOW_UNUSED_LOCAL(prototypeTemplate); |
static const V8DOMConfiguration::ConstantConfiguration V8TestInterface5Constants[] = { |
- {"UNSIGNED_LONG", 0, V8DOMConfiguration::ConstantTypeUnsignedLong}, |
- {"CONST_JAVASCRIPT", 1, V8DOMConfiguration::ConstantTypeShort}, |
+ {"UNSIGNED_LONG", 0, 0, 0, V8DOMConfiguration::ConstantTypeUnsignedLong}, |
+ {"CONST_JAVASCRIPT", 1, 0, 0, V8DOMConfiguration::ConstantTypeShort}, |
}; |
V8DOMConfiguration::installConstants(isolate, functionTemplate, prototypeTemplate, V8TestInterface5Constants, WTF_ARRAY_LENGTH(V8TestInterface5Constants)); |
{ |