Revision: 18450
Author: [email protected]
Date: Fri Jan 3 12:21:48 2014 UTC
Log: Unbreak build.
Test/update/commit race condition... >:-(
[email protected]
Review URL: https://codereview.chromium.org/123383003
http://code.google.com/p/v8/source/detail?r=18450
Modified:
/branches/bleeding_edge/test/cctest/test-api.cc
=======================================
--- /branches/bleeding_edge/test/cctest/test-api.cc Fri Jan 3 11:56:33
2014 UTC
+++ /branches/bleeding_edge/test/cctest/test-api.cc Fri Jan 3 12:21:48
2014 UTC
@@ -10121,7 +10121,8 @@
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.
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.