| Index: Source/bindings/tests/results/V8TestObject.cpp
|
| diff --git a/Source/bindings/tests/results/V8TestObject.cpp b/Source/bindings/tests/results/V8TestObject.cpp
|
| index 6f7ae54cfe6b8ef519b860869125932e31b64894..0e61041f4b7f7c49ecc4916234cb6dc60656aa31 100644
|
| --- a/Source/bindings/tests/results/V8TestObject.cpp
|
| +++ b/Source/bindings/tests/results/V8TestObject.cpp
|
| @@ -2810,6 +2810,7 @@ static void TestObjConstructorGetter(v8::Local<v8::String> name, const v8::Prope
|
| return;
|
| v8SetReturnValue(info, perContextData->constructorForType(WrapperTypeInfo::unwrap(data)));
|
| }
|
| +
|
| static void TestObjReplaceableAttributeSetter(v8::Local<v8::String> name, v8::Local<v8::Value> jsValue, const v8::PropertyCallbackInfo<void>& info)
|
| {
|
| info.This()->ForceSet(name, jsValue);
|
|
|