Revision: 14287
Author:   [email protected]
Date:     Tue Apr 16 07:34:02 2013
Log:      Release build fix

[email protected]
BUG=

Review URL: https://codereview.chromium.org/14296008
http://code.google.com/p/v8/source/detail?r=14287

Modified:
 /branches/bleeding_edge/src/runtime.cc

=======================================
--- /branches/bleeding_edge/src/runtime.cc      Tue Apr 16 07:16:30 2013
+++ /branches/bleeding_edge/src/runtime.cc      Tue Apr 16 07:34:02 2013
@@ -813,6 +813,7 @@
       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