Index: src/execution.h |
=================================================================== |
--- src/execution.h (revision 5696) |
+++ src/execution.h (working copy) |
@@ -132,7 +132,7 @@ |
// If the stack guard is triggered, but it is not an actual |
// stack overflow, then handle the interruption accordingly. |
- static Object* HandleStackGuardInterrupt(); |
+ MUST_USE_RESULT static MaybeObject* HandleStackGuardInterrupt(); |
// Get a function delegate (or undefined) for the given non-function |
// object. Used for support calling objects as functions. |