Index: trunk/Source/bindings/tests/results/core/V8TestInterface.cpp |
=================================================================== |
--- trunk/Source/bindings/tests/results/core/V8TestInterface.cpp (revision 201208) |
+++ trunk/Source/bindings/tests/results/core/V8TestInterface.cpp (working copy) |
@@ -2461,15 +2461,15 @@ |
} |
#endif // ENABLE(PARTIAL_CONDITION) |
static const V8DOMConfiguration::ConstantConfiguration V8TestInterfaceConstants[] = { |
- {"UNSIGNED_LONG", 0, V8DOMConfiguration::ConstantTypeUnsignedLong}, |
- {"CONST_JAVASCRIPT", 1, V8DOMConfiguration::ConstantTypeShort}, |
- {"IMPLEMENTS_CONSTANT_1", 1, V8DOMConfiguration::ConstantTypeUnsignedShort}, |
- {"IMPLEMENTS_CONSTANT_2", 2, V8DOMConfiguration::ConstantTypeUnsignedShort}, |
- {"PARTIAL2_UNSIGNED_SHORT", 0, V8DOMConfiguration::ConstantTypeUnsignedShort}, |
+ {"UNSIGNED_LONG", 0, 0, 0, V8DOMConfiguration::ConstantTypeUnsignedLong}, |
+ {"CONST_JAVASCRIPT", 1, 0, 0, V8DOMConfiguration::ConstantTypeShort}, |
+ {"IMPLEMENTS_CONSTANT_1", 1, 0, 0, V8DOMConfiguration::ConstantTypeUnsignedShort}, |
+ {"IMPLEMENTS_CONSTANT_2", 2, 0, 0, V8DOMConfiguration::ConstantTypeUnsignedShort}, |
+ {"PARTIAL2_UNSIGNED_SHORT", 0, 0, 0, V8DOMConfiguration::ConstantTypeUnsignedShort}, |
}; |
V8DOMConfiguration::installConstants(isolate, functionTemplate, prototypeTemplate, V8TestInterfaceConstants, WTF_ARRAY_LENGTH(V8TestInterfaceConstants)); |
if (RuntimeEnabledFeatures::partialFeatureNameEnabled()) { |
- static const V8DOMConfiguration::ConstantConfiguration constantConfiguration = {"PARTIAL_UNSIGNED_SHORT", 0, V8DOMConfiguration::ConstantTypeUnsignedShort}; |
+ static const V8DOMConfiguration::ConstantConfiguration constantConfiguration = {"PARTIAL_UNSIGNED_SHORT", 0, 0, 0, V8DOMConfiguration::ConstantTypeUnsignedShort}; |
V8DOMConfiguration::installConstant(isolate, functionTemplate, prototypeTemplate, constantConfiguration); |
} |
{ |