Fix the mac debug build. Apparently g++ on Mac cannot figure out that there
authorager@chromium.org <ager@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 25 Feb 2010 18:19:12 +0000 (18:19 +0000)
committerager@chromium.org <ager@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 25 Feb 2010 18:19:12 +0000 (18:19 +0000)
commit4a9d4b7bd5e45428aa4cd33cbc468a88d122e0cd
treea6b755223c2af73bd3a9147379a7cbcda91ff2ae
parenta3a3a1f0be458edc65cd13b7155f62fe526d12f5
Fix the mac debug build.  Apparently g++ on Mac cannot figure out that there
is a return in each branch of an if-else.

TBR=whesse@chromium.org
Review URL: http://codereview.chromium.org/661088

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