| Index: Source/bindings/tests/results/core/V8TestInterfaceCheckSecurity.cpp
|
| diff --git a/Source/bindings/tests/results/core/V8TestInterfaceCheckSecurity.cpp b/Source/bindings/tests/results/core/V8TestInterfaceCheckSecurity.cpp
|
| index 04ef4d2e5a758dce346b665b6794535ae9f3cdae..aa78f9926753336c63c93048f4cc97469ac117c1 100644
|
| --- a/Source/bindings/tests/results/core/V8TestInterfaceCheckSecurity.cpp
|
| +++ b/Source/bindings/tests/results/core/V8TestInterfaceCheckSecurity.cpp
|
| @@ -40,6 +40,7 @@ static void TestInterfaceCheckSecurityForceSetAttributeOnThis(v8::Local<v8::Name
|
| return;
|
| }
|
| ASSERT(info.This()->IsObject());
|
| + // TODO(bashi): Consider using CreateDataProperty() instead of ForceSet().
|
| v8::Local<v8::Object>::Cast(info.This())->ForceSet(info.GetIsolate()->GetCurrentContext(), name, v8Value);
|
| }
|
|
|
|
|