Index: Source/modules/websockets/WebSocketChannel.h |
diff --git a/Source/modules/websockets/WebSocketChannel.h b/Source/modules/websockets/WebSocketChannel.h |
index 682406347fb267fc12e0bd8338cbec5238c92798..5f9369e4b6e6c5d96eb2d620f6021226c2470c37 100644 |
--- a/Source/modules/websockets/WebSocketChannel.h |
+++ b/Source/modules/websockets/WebSocketChannel.h |
@@ -105,7 +105,6 @@ public: |
// You can specify String() and 0 for sourceURL and lineNumber |
// respectively, if you can't / needn't provide the information. |
virtual void fail(const String& reason, MessageLevel, const String& sourceURL, unsigned lineNumber) = 0; |
- void fail(const String& reason, MessageLevel level) { fail(reason, level, String(), 0); } |
virtual void disconnect() = 0; // Will suppress didClose(). |