Fixed typing confusion found by GCMole

Review URL: https://codereview.chromium.org/11668006

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@13271 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 9c7bb6da
......@@ -502,7 +502,7 @@ const char* Deoptimizer::MessageFor(BailoutType type) {
return "OSR";
}
UNREACHABLE();
return false;
return NULL;
}
......
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