Index: src/compiler.h |
diff --git a/src/compiler.h b/src/compiler.h |
index 0710b097c0f73815b7eb5670e1fc5138639c25b5..112696baa0cfcbcd43245e2fcb005077bfe7ae6e 100644 |
--- a/src/compiler.h |
+++ b/src/compiler.h |
@@ -637,7 +637,8 @@ class Compiler : public AllStatic { |
// Generate and return code from previously queued optimization job. |
// On failure, return the empty handle. |
- static Handle<Code> GetConcurrentlyOptimizedCode(OptimizedCompileJob* job); |
+ MUST_USE_RESULT static MaybeHandle<Code> GetConcurrentlyOptimizedCode( |
+ OptimizedCompileJob* job); |
}; |