After http://crrev.com/c/1344105 WTF_PRETTY_FUNCTION will redirect to PRETTY_FUNCTION defined in base. We should migrate all instances of WTF_PRETTY_FUNCTION to PRETTY_FUNCTION.
Hmm there's two usages of WTF_PRETTY_FUNCTION in blink. Lets just do this in the same patch.
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/23c6cf792a59b98b0e5a295a19107459696f37fd commit 23c6cf792a59b98b0e5a295a19107459696f37fd Author: Alex Clarke <alexclarke@chromium.org> Date: Wed Nov 21 13:22:27 2018 Move PRETTY_FUNCTION macros to base/compiler_specific.h This will help https://crrev.com/c/1340317. TBR=mbarbella@chromium.org Bug: 906125, 907410 Change-Id: Id6d666a0e8dc18d8646a81dd16fadec16fe44abe Reviewed-on: https://chromium-review.googlesource.com/c/1344105 Commit-Queue: Alex Clarke <alexclarke@chromium.org> Reviewed-by: Alex Clarke <alexclarke@chromium.org> Reviewed-by: Sami Kyöstilä <skyostil@chromium.org> Reviewed-by: Gabriel Charette <gab@chromium.org> Cr-Commit-Position: refs/heads/master@{#610027} [modify] https://crrev.com/23c6cf792a59b98b0e5a295a19107459696f37fd/base/compiler_specific.h [modify] https://crrev.com/23c6cf792a59b98b0e5a295a19107459696f37fd/third_party/blink/renderer/platform/geometry/layout_unit.h [modify] https://crrev.com/23c6cf792a59b98b0e5a295a19107459696f37fd/third_party/blink/renderer/platform/wtf/compiler.h [modify] https://crrev.com/23c6cf792a59b98b0e5a295a19107459696f37fd/third_party/blink/renderer/platform/wtf/type_traits.h [modify] https://crrev.com/23c6cf792a59b98b0e5a295a19107459696f37fd/tools/ipc_fuzzer/fuzzer/fuzzer.cc
Comment 1 by alexclarke@chromium.org
, Nov 21