Fix test after r18586

R=verwaest@chromium.org

Review URL: https://codereview.chromium.org/138063003

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@18588 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 644fab24
......@@ -30,7 +30,7 @@
var c = { x: 2, y: 1 };
function h() {
%MigrateInstance(c);
%TryMigrateInstance(c);
return 2;
}
%NeverOptimizeFunction(h);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment