| 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,
|
|
|