| Index: third_party/WebKit/Source/wtf/text/WTFString.h
|
| diff --git a/third_party/WebKit/Source/wtf/text/WTFString.h b/third_party/WebKit/Source/wtf/text/WTFString.h
|
| index c2b55e4b312ec04c18ca580a3b9381824bf0a2ac..4d5aa6b9e2efbff735b930078003836e92b7bbda 100644
|
| --- a/third_party/WebKit/Source/wtf/text/WTFString.h
|
| +++ b/third_party/WebKit/Source/wtf/text/WTFString.h
|
| @@ -305,7 +305,7 @@ class WTF_EXPORT String {
|
| // Return the string with case folded for case insensitive comparison.
|
| String foldCase() const;
|
|
|
| - static String format(const char*, ...) WTF_ATTRIBUTE_PRINTF(1, 2);
|
| + PRINTF_FORMAT(1, 2) static String format(const char*, ...);
|
|
|
| // Returns an uninitialized string. The characters needs to be written
|
| // into the buffer returned in data before the returned string is used.
|
|
|