| 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 961baee98d13f649823eb4d051085d00c4e30c58..29f4a7825a7ed657f3a36a7eb6d59f8086f2e7ef 100644
|
| --- a/Source/bindings/tests/results/core/V8TestException.cpp
|
| +++ b/Source/bindings/tests/results/core/V8TestException.cpp
|
| @@ -72,8 +72,8 @@ static void toStringMethodCallback(const v8::FunctionCallbackInfo<v8::Value>& in
|
| } // namespace TestExceptionV8Internal
|
|
|
| static const V8DOMConfiguration::AccessorConfiguration V8TestExceptionAccessors[] = {
|
| - {"readonlyUnsignedShortAttribute", TestExceptionV8Internal::readonlyUnsignedShortAttributeAttributeGetterCallback, 0, 0, 0, 0, static_cast<v8::AccessControl>(v8::DEFAULT), static_cast<v8::PropertyAttribute>(v8::None), V8DOMConfiguration::ExposedToAllScripts},
|
| - {"readonlyStringAttribute", TestExceptionV8Internal::readonlyStringAttributeAttributeGetterCallback, 0, 0, 0, 0, static_cast<v8::AccessControl>(v8::DEFAULT), static_cast<v8::PropertyAttribute>(v8::None), V8DOMConfiguration::ExposedToAllScripts},
|
| + {"readonlyUnsignedShortAttribute", TestExceptionV8Internal::readonlyUnsignedShortAttributeAttributeGetterCallback, 0, 0, 0, 0, static_cast<v8::AccessControl>(v8::DEFAULT), static_cast<v8::PropertyAttribute>(v8::None), V8DOMConfiguration::ExposedToAllScripts, V8DOMConfiguration::CheckHolder},
|
| + {"readonlyStringAttribute", TestExceptionV8Internal::readonlyStringAttributeAttributeGetterCallback, 0, 0, 0, 0, static_cast<v8::AccessControl>(v8::DEFAULT), static_cast<v8::PropertyAttribute>(v8::None), V8DOMConfiguration::ExposedToAllScripts, V8DOMConfiguration::CheckHolder},
|
| };
|
|
|
| static void installV8TestExceptionTemplate(v8::Local<v8::FunctionTemplate> functionTemplate, v8::Isolate* isolate)
|
|
|