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

Unified Diff: third_party/WebKit/Source/core/xml/parser/XMLDocumentParser.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/core/xml/parser/XMLDocumentParser.h
diff --git a/third_party/WebKit/Source/core/xml/parser/XMLDocumentParser.h b/third_party/WebKit/Source/core/xml/parser/XMLDocumentParser.h
index c38509e190d83e48c150522021912264bb21d200..cb8475bef6e7b6f109771723ef8d5ae8d58d080e 100644
--- a/third_party/WebKit/Source/core/xml/parser/XMLDocumentParser.h
+++ b/third_party/WebKit/Source/core/xml/parser/XMLDocumentParser.h
@@ -139,8 +139,8 @@ class XMLDocumentParser final : public ScriptableDocumentParser,
public:
// Callbacks from parser SAX
- void error(XMLErrors::ErrorType, const char* message, va_list args)
- WTF_ATTRIBUTE_PRINTF(3, 0);
+ PRINTF_FORMAT(3, 0)
+ void error(XMLErrors::ErrorType, const char* message, va_list args);
void startElementNs(const AtomicString& localName,
const AtomicString& prefix,
const AtomicString& uri,

Powered by Google App Engine
This is Rietveld 408576698