Commit 73390e61 authored by antonm@chromium.org's avatar antonm@chromium.org

Make tests pass.

TBR=kmillikin@chromium.org

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@3648 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent d89bc532
......@@ -935,7 +935,7 @@ void CodeGenSelector::VisitUnaryOperation(UnaryOperation* expr) {
case Token::DELETE:
BAILOUT("UnaryOperataion: DELETE");
default:
UNREACHABLE();
BAILOUT("UnaryOperataion");
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment