| Index: Source/bindings/tests/results/core/V8TestException.cpp
|
| diff --git a/Source/bindings/tests/results/core/V8TestException.cpp b/Source/bindings/tests/results/core/V8TestException.cpp
|
| index 41a0ef0b59b3f68a660d0b66a1219d28b178c9af..b0645768b976ae111c6d84fcf6d213133a3b9843 100644
|
| --- a/Source/bindings/tests/results/core/V8TestException.cpp
|
| +++ b/Source/bindings/tests/results/core/V8TestException.cpp
|
| @@ -101,7 +101,7 @@ static void constructor(const v8::FunctionCallbackInfo<v8::Value>& info)
|
|
|
| } // namespace TestExceptionV8Internal
|
|
|
| -static const V8DOMConfiguration::AccessorConfiguration V8TestExceptionAccessors[] = {
|
| +const V8DOMConfiguration::AccessorConfiguration V8TestExceptionAccessors[] = {
|
| {"readonlyUnsignedShortAttribute", TestExceptionV8Internal::readonlyUnsignedShortAttributeAttributeGetterCallback, 0, 0, 0, 0, v8::DEFAULT, static_cast<v8::PropertyAttribute>(v8::None), V8DOMConfiguration::ExposedToAllScripts, V8DOMConfiguration::OnPrototype, V8DOMConfiguration::CheckHolder},
|
| {"readonlyStringAttribute", TestExceptionV8Internal::readonlyStringAttributeAttributeGetterCallback, 0, 0, 0, 0, v8::DEFAULT, static_cast<v8::PropertyAttribute>(v8::None), V8DOMConfiguration::ExposedToAllScripts, V8DOMConfiguration::OnPrototype, V8DOMConfiguration::CheckHolder},
|
| };
|
| @@ -139,7 +139,7 @@ static void installV8TestExceptionTemplate(v8::Local<v8::FunctionTemplate> funct
|
| ALLOW_UNUSED_LOCAL(prototypeTemplate);
|
| ExecutionContext* context = currentExecutionContext(isolate);
|
| ALLOW_UNUSED_LOCAL(context);
|
| - static const V8DOMConfiguration::ConstantConfiguration V8TestExceptionConstants[] = {
|
| + const V8DOMConfiguration::ConstantConfiguration V8TestExceptionConstants[] = {
|
| {"UNSIGNED_SHORT_CONSTANT", 1, 0, V8DOMConfiguration::ConstantTypeUnsignedShort},
|
| };
|
| V8DOMConfiguration::installConstants(isolate, functionTemplate, prototypeTemplate, V8TestExceptionConstants, WTF_ARRAY_LENGTH(V8TestExceptionConstants));
|
|
|