Reviewers: rossberg,

Description:
Release build fix

[email protected]
BUG=


Please review this at https://codereview.chromium.org/14296008/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files:
  M src/runtime.cc


Index: src/runtime.cc
diff --git a/src/runtime.cc b/src/runtime.cc
index dffa959c3cb3473f972770bd70b9bff973157e6e..e972c45bcf0826be979ffbbadc0f7e94bd7738d8 100644
--- a/src/runtime.cc
+++ b/src/runtime.cc
@@ -813,6 +813,7 @@ RUNTIME_FUNCTION(MaybeObject*, Runtime_TypedArrayInitialize) {
       break;
     default:
       UNREACHABLE();
+      return NULL;
   }

   holder->set_buffer(*buffer);


--
--
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.


Reply via email to