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

Unified Diff: third_party/WebKit/Source/wtf/Assertions.h

Issue 2632643004: Remove WTFReportAssertionFailure and WTFReportBacktrace. (Closed)
Patch Set: Add Truncate() helper Created 3 years, 11 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
Index: third_party/WebKit/Source/wtf/Assertions.h
diff --git a/third_party/WebKit/Source/wtf/Assertions.h b/third_party/WebKit/Source/wtf/Assertions.h
index 5904187a0edcdce13d2eca73177f41d6029ecfcb..8a7bcc603f08ef973027c0789c025d090b5f7f13 100644
--- a/third_party/WebKit/Source/wtf/Assertions.h
+++ b/third_party/WebKit/Source/wtf/Assertions.h
@@ -56,16 +56,8 @@
#define LOG_DISABLED !ENABLE(ASSERT)
#endif
-// These helper functions are always declared, but not necessarily always
-// defined if the corresponding function is disabled.
-
-WTF_EXPORT void WTFReportAssertionFailure(const char* file,
- int line,
- const char* function,
- const char* assertion);
// WTFLogAlways() is deprecated. crbug.com/638849
WTF_EXPORT PRINTF_FORMAT(1, 2) void WTFLogAlways(const char* format, ...);
-WTF_EXPORT void WTFReportBacktrace(int framesToShow = 31);
namespace WTF {

Powered by Google App Engine
This is Rietveld 408576698