| Index: trunk/Source/bindings/tests/results/core/V8TestException.cpp
|
| ===================================================================
|
| --- trunk/Source/bindings/tests/results/core/V8TestException.cpp (revision 201208)
|
| +++ trunk/Source/bindings/tests/results/core/V8TestException.cpp (working copy)
|
| @@ -138,7 +138,7 @@
|
| v8::Local<v8::ObjectTemplate> prototypeTemplate = functionTemplate->PrototypeTemplate();
|
| ALLOW_UNUSED_LOCAL(prototypeTemplate);
|
| static const V8DOMConfiguration::ConstantConfiguration V8TestExceptionConstants[] = {
|
| - {"UNSIGNED_SHORT_CONSTANT", 1, V8DOMConfiguration::ConstantTypeUnsignedShort},
|
| + {"UNSIGNED_SHORT_CONSTANT", 1, 0, 0, V8DOMConfiguration::ConstantTypeUnsignedShort},
|
| };
|
| V8DOMConfiguration::installConstants(isolate, functionTemplate, prototypeTemplate, V8TestExceptionConstants, WTF_ARRAY_LENGTH(V8TestExceptionConstants));
|
| const V8DOMConfiguration::MethodConfiguration toStringMethodConfiguration = {
|
|
|