| Index: third_party/WebKit/Source/wtf/Assertions.cpp
|
| diff --git a/third_party/WebKit/Source/wtf/Assertions.cpp b/third_party/WebKit/Source/wtf/Assertions.cpp
|
| index c203bdaf31a78d19356098973b2db6d29b4dafbe..1ffe264d8fdfb9c9d1451f39a9091ef553cbf280 100644
|
| --- a/third_party/WebKit/Source/wtf/Assertions.cpp
|
| +++ b/third_party/WebKit/Source/wtf/Assertions.cpp
|
| @@ -69,6 +69,10 @@
|
| #include <android/log.h>
|
| #endif
|
|
|
| +// TODO(tkent): These function should be in anonymous namespace.
|
| +void WTFGetBacktrace(void** stack, int* size);
|
| +void WTFPrintBacktrace(void** stack, int size);
|
| +
|
| WTF_ATTRIBUTE_PRINTF(1, 0)
|
| static void vprintf_stderr_common(const char* format, va_list args)
|
| {
|
|
|