| Index: Source/WebCore/platform/network/SocketStreamErrorBase.h
|
| diff --git a/Source/WebCore/platform/network/SocketStreamErrorBase.h b/Source/WebCore/platform/network/SocketStreamErrorBase.h
|
| index 132063f2b2a73f95eaf457e76f89fbfd6bf328a7..232625bfc0a6340703e45feb10b7bd0f86e0ee53 100644
|
| --- a/Source/WebCore/platform/network/SocketStreamErrorBase.h
|
| +++ b/Source/WebCore/platform/network/SocketStreamErrorBase.h
|
| @@ -40,8 +40,6 @@ namespace WebCore {
|
|
|
| class SocketStreamErrorBase {
|
| public:
|
| - // Makes a deep copy. Useful for when you need to use a SocketStreamError on another thread.
|
| - SocketStreamError copy() const;
|
|
|
| bool isNull() const { return m_isNull; }
|
|
|
|
|