Index: trunk/Source/bindings/tests/results/core/V8TestInterface2.cpp |
=================================================================== |
--- trunk/Source/bindings/tests/results/core/V8TestInterface2.cpp (revision 201208) |
+++ trunk/Source/bindings/tests/results/core/V8TestInterface2.cpp (working copy) |
@@ -655,7 +655,7 @@ |
v8::Local<v8::ObjectTemplate> prototypeTemplate = functionTemplate->PrototypeTemplate(); |
ALLOW_UNUSED_LOCAL(prototypeTemplate); |
if (RuntimeEnabledFeatures::featureNameEnabled()) { |
- static const V8DOMConfiguration::ConstantConfiguration constantConfiguration = {"CONST_VALUE_1", 1, V8DOMConfiguration::ConstantTypeUnsignedShort}; |
+ static const V8DOMConfiguration::ConstantConfiguration constantConfiguration = {"CONST_VALUE_1", 1, 0, 0, V8DOMConfiguration::ConstantTypeUnsignedShort}; |
V8DOMConfiguration::installConstant(isolate, functionTemplate, prototypeTemplate, constantConfiguration); |
} |
static_assert(1 == TestInterface2::CONST_VALUE_1, "the value of TestInterface2_CONST_VALUE_1 does not match with implementation"); |