| Index: Source/bindings/tests/results/modules/V8TestInterface5.cpp | 
| diff --git a/Source/bindings/tests/results/modules/V8TestInterface5.cpp b/Source/bindings/tests/results/modules/V8TestInterface5.cpp | 
| index d6b8bf6d86bdbddbbd20c7fc4eb4d65ca157adcf..c744db8e26e6d6b2a67f05db6cb459549453b74a 100644 | 
| --- a/Source/bindings/tests/results/modules/V8TestInterface5.cpp | 
| +++ b/Source/bindings/tests/results/modules/V8TestInterface5.cpp | 
| @@ -970,8 +970,8 @@ static void installV8TestInterface5Template(v8::Local<v8::FunctionTemplate> func | 
| v8::Local<v8::ObjectTemplate> prototypeTemplate = functionTemplate->PrototypeTemplate(); | 
| ALLOW_UNUSED_LOCAL(prototypeTemplate); | 
| static const V8DOMConfiguration::ConstantConfiguration V8TestInterface5Constants[] = { | 
| -        {"UNSIGNED_LONG", 0, 0, 0, V8DOMConfiguration::ConstantTypeUnsignedLong}, | 
| -        {"CONST_JAVASCRIPT", 1, 0, 0, V8DOMConfiguration::ConstantTypeShort}, | 
| +        {"UNSIGNED_LONG", 0, 0, V8DOMConfiguration::ConstantTypeUnsignedLong}, | 
| +        {"CONST_JAVASCRIPT", 1, 0, V8DOMConfiguration::ConstantTypeShort}, | 
| }; | 
| V8DOMConfiguration::installConstants(isolate, functionTemplate, prototypeTemplate, V8TestInterface5Constants, WTF_ARRAY_LENGTH(V8TestInterface5Constants)); | 
| { | 
|  |