| Index: third_party/WebKit/Source/core/fetch/FetchUtils.cpp
|
| diff --git a/third_party/WebKit/Source/core/fetch/FetchUtils.cpp b/third_party/WebKit/Source/core/fetch/FetchUtils.cpp
|
| index 566de164f40244a19d107e98717f39ae037db21f..ed8f98de1f4c6bf399589b732d5c9135d2b0042d 100644
|
| --- a/third_party/WebKit/Source/core/fetch/FetchUtils.cpp
|
| +++ b/third_party/WebKit/Source/core/fetch/FetchUtils.cpp
|
| @@ -22,7 +22,8 @@ bool isHTTPWhitespace(UChar chr)
|
| }
|
|
|
| class ForbiddenHeaderNames {
|
| - WTF_MAKE_NONCOPYABLE(ForbiddenHeaderNames); USING_FAST_MALLOC(ForbiddenHeaderNames);
|
| + WTF_MAKE_NONCOPYABLE(ForbiddenHeaderNames);
|
| + USING_FAST_MALLOC(ForbiddenHeaderNames);
|
| public:
|
| bool has(const String& name) const
|
| {
|
|
|