Release build fix
TBR=rossberg@chromium.org BUG= Review URL: https://codereview.chromium.org/14296008 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@14287 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
f0bd070087
commit
3fad52063a
@ -813,6 +813,7 @@ RUNTIME_FUNCTION(MaybeObject*, Runtime_TypedArrayInitialize) {
|
||||
break;
|
||||
default:
|
||||
UNREACHABLE();
|
||||
return NULL;
|
||||
}
|
||||
|
||||
holder->set_buffer(*buffer);
|
||||
|
Loading…
Reference in New Issue
Block a user