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

Unified Diff: src/execution.h

Issue 235003002: Remove MUST_USE_RESULT for Execution::TryCall. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 8 months 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/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,
« 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