diff options
Diffstat (limited to 'runtime/thread.h')
-rw-r--r-- | runtime/thread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/thread.h b/runtime/thread.h index 943a7edff3..35e8fe8716 100644 --- a/runtime/thread.h +++ b/runtime/thread.h @@ -1550,7 +1550,7 @@ class EXPORT Thread { // checkpoint. Useful mostly to discover why a thread isn't responding to a suspend request or // checkpoint. The caller should "suspend" (in the Java sense) 'thread' before invoking this, so // 'thread' can't get deallocated before we access it. - NO_RETURN void AbortInThis(std::string message); + NO_RETURN void AbortInThis(const std::string& message); // Returns true if StrictMode events are traced for the current thread. static bool IsSensitiveThread() { |