| Index: Source/platform/network/WebSocketHandshakeResponse.h
|
| diff --git a/Source/platform/network/WebSocketHandshakeResponse.h b/Source/platform/network/WebSocketHandshakeResponse.h
|
| index 594d03ebc8d257facae193f6e1d58d8f56c641d8..64bdc099e832561a2c9f42b10078d45605ea53df 100644
|
| --- a/Source/platform/network/WebSocketHandshakeResponse.h
|
| +++ b/Source/platform/network/WebSocketHandshakeResponse.h
|
| @@ -48,7 +48,6 @@ public:
|
| void setStatusText(const String&);
|
| const HTTPHeaderMap& headerFields() const;
|
| void addHeaderField(const AtomicString& name, const AtomicString& value);
|
| - void clearHeaderFields();
|
| const String& headersText() const { return m_headersText; }
|
| void setHeadersText(const String& text) { m_headersText = text; }
|
|
|
|
|