Chromium Code Reviews| Index: test/cctest/test-api.cc |
| =================================================================== |
| --- test/cctest/test-api.cc (revision 4004) |
| +++ test/cctest/test-api.cc (working copy) |
| @@ -9740,7 +9740,7 @@ |
| } |
| -THREADED_TEST(SetterOnConstructorPrototype) { |
| +TEST(SetterOnConstructorPrototype) { |
| v8::HandleScope scope; |
| Local<ObjectTemplate> templ = ObjectTemplate::New(); |
| templ->SetAccessor(v8_str("x"), |