| 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 108ebd55f671239b5d115fa70602f370723691f2..3a5e1a247d928008fe234beef5284661a44a194c 100644
|
| --- a/third_party/WebKit/Source/wtf/Compiler.h
|
| +++ b/third_party/WebKit/Source/wtf/Compiler.h
|
| @@ -65,12 +65,12 @@
|
|
|
| // TODO(palmer): Remove this and update callers to use NOINLINE from Chromium
|
| // base. https://bugs.chromium.org/p/chromium/issues/detail?id=632441
|
| -//
|
| -// For compatibility with callers in Blink:
|
| #define NEVER_INLINE NOINLINE
|
|
|
| /* WARN_UNUSED_RETURN */
|
|
|
| +// TODO(palmer): Remove this and update callers to use WARN_UNUSED_RESULT from
|
| +// Chromium base. https://bugs.chromium.org/p/chromium/issues/detail?id=632441
|
| #if COMPILER(GCC)
|
| #define WARN_UNUSED_RETURN __attribute__((warn_unused_result))
|
| #else
|
|
|