Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1206)

Unified Diff: src/deoptimizer.cc

Issue 11668006: Fixed typing confusion found by GCMole (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/deoptimizer.cc
diff --git a/src/deoptimizer.cc b/src/deoptimizer.cc
index a0b50ede4bd627fdf2f6d936bcd39c7660a59546..bc0c61c74ec646bba99c1e99c22eb0a1f666fc26 100644
--- a/src/deoptimizer.cc
+++ b/src/deoptimizer.cc
@@ -502,7 +502,7 @@ const char* Deoptimizer::MessageFor(BailoutType type) {
return "OSR";
}
UNREACHABLE();
- return false;
+ return NULL;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698