| Index: third_party/WebKit/Source/wtf/Compiler.h
|
| diff --git a/third_party/WebKit/Source/wtf/Compiler.h b/third_party/WebKit/Source/wtf/Compiler.h
|
| index fbd6e20439dadbf52b234b4042c58d87f326f095..1897acc623ac77588bc3d8e0a63309640d11ddc1 100644
|
| --- a/third_party/WebKit/Source/wtf/Compiler.h
|
| +++ b/third_party/WebKit/Source/wtf/Compiler.h
|
| @@ -147,7 +147,7 @@
|
| #elif COMPILER(MSVC)
|
| #define WTF_PRETTY_FUNCTION __FUNCSIG__
|
| #else
|
| -#define WTF_PRETTY_FUNCTION __FUNCTION__
|
| +#define WTF_PRETTY_FUNCTION __func__
|
| #endif
|
|
|
| /* NO_SANITIZE_UNRELATED_CAST - Disable runtime checks related to casts between
|
|
|