| Index: third_party/WebKit/Source/wtf/FilePrintStream.h
|
| diff --git a/third_party/WebKit/Source/wtf/FilePrintStream.h b/third_party/WebKit/Source/wtf/FilePrintStream.h
|
| index a94f306320f689674d764ee87f7b660bff92f262..1610a747eb07639248fbe085a38035279426600a 100644
|
| --- a/third_party/WebKit/Source/wtf/FilePrintStream.h
|
| +++ b/third_party/WebKit/Source/wtf/FilePrintStream.h
|
| @@ -44,7 +44,7 @@ class WTF_EXPORT FilePrintStream final : public PrintStream {
|
|
|
| FILE* file() { return m_file; }
|
|
|
| - void vprintf(const char* format, va_list) override WTF_ATTRIBUTE_PRINTF(2, 0);
|
| + PRINTF_FORMAT(2, 0) void vprintf(const char* format, va_list) override;
|
| void flush() override;
|
|
|
| private:
|
|
|