Unbreak build.
Test/update/commit race condition... >:-( TBR=ulan@chromium.org Review URL: https://codereview.chromium.org/123383003 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@18450 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
1143ab132e
commit
08354f8f07
@ -10121,7 +10121,8 @@ THREADED_TEST(Regress269562) {
|
||||
|
||||
v8::Local<v8::Symbol> sym = v8::Symbol::New(context->GetIsolate(), "s1");
|
||||
o1->Set(sym, v8_num(3));
|
||||
o1->SetHiddenValue(v8_str("h1"), v8::Integer::New(2013));
|
||||
o1->SetHiddenValue(v8_str("h1"),
|
||||
v8::Integer::New(context->GetIsolate(), 2013));
|
||||
|
||||
// Call the runtime version of GetLocalPropertyNames() on
|
||||
// the natively created object through JavaScript.
|
||||
|
Loading…
Reference in New Issue
Block a user