Reviewers: Mads Ager, Christian Plesner Hansen, Description: Reenable interactive use of the shell sample.
Please review this at http://codereview.chromium.org/57008 SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M samples/shell.cc Index: samples/shell.cc =================================================================== --- samples/shell.cc (revision 1638) +++ samples/shell.cc (working copy) @@ -95,6 +95,7 @@ return 1; } } + if (run_shell) RunShell(context); return 0; } --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
