| 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 {
|
|
|
|
|