Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(325)

Unified Diff: third_party/WebKit/Source/wtf/FilePrintStream.h

Issue 2513363002: Remove WTF_ATTRIBUTE_PRINTF. (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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:

Powered by Google App Engine
This is Rietveld 408576698