Index: src/execution.h |
diff --git a/src/execution.h b/src/execution.h |
index cbdd16213b77135e325894c5c0f77e1cb1f4ea56..4510fd13ec07e9379ee675271d280b6b05a8f111 100644 |
--- a/src/execution.h |
+++ b/src/execution.h |
@@ -61,7 +61,7 @@ class Execution V8_FINAL : public AllStatic { |
// any thrown exceptions. The return value is either the result of |
// calling the function (if caught exception is false) or the exception |
// that occurred (if caught exception is true). |
- MUST_USE_RESULT static MaybeHandle<Object> TryCall( |
+ static MaybeHandle<Object> TryCall( |
Handle<JSFunction> func, |
Handle<Object> receiver, |
int argc, |