Fix unwanted implicit conversion from bool to int.
authorkeuchel@chromium.org <keuchel@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 31 Oct 2011 15:04:27 +0000 (15:04 +0000)
committerkeuchel@chromium.org <keuchel@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 31 Oct 2011 15:04:27 +0000 (15:04 +0000)
commit6b533c315a83de2dff5a385f1fa4b5ad03dabd64
treefc3995d4757aa73a96c0967b0a4b79c5c4199842
parent75585d96433dca2f4798093206104e5de9775b26
Fix unwanted implicit conversion from bool to int.

We have the following signatures:
VariableProxy* Scope::NewUnresolved(Handle<String> name,
                                    int position = RelocInfo::kNoPosition);

bool Parser::inside_with() const;

Review URL: http://codereview.chromium.org/8427001

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@9850 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/parser.cc