Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(181)

Unified Diff: Source/modules/websockets/WebSocketDeflater.cpp

Issue 14247036: Remove USE(ZLIB) guard. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/modules/websockets/WebSocketDeflateFramer.cpp ('k') | Source/wtf/Platform.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/websockets/WebSocketDeflater.cpp
diff --git a/Source/modules/websockets/WebSocketDeflater.cpp b/Source/modules/websockets/WebSocketDeflater.cpp
index c885f2960f7b7f9e0e38640774f7624b953c4319..299b1997db1ff14acfd29b2d0cf15b49b2f67f1d 100644
--- a/Source/modules/websockets/WebSocketDeflater.cpp
+++ b/Source/modules/websockets/WebSocketDeflater.cpp
@@ -31,8 +31,6 @@
#include "config.h"
#include "WebSocketDeflater.h"
-#if USE(ZLIB)
-
#include "Logging.h"
#include <wtf/FastMalloc.h>
#include <wtf/HashMap.h>
@@ -216,4 +214,3 @@ void WebSocketInflater::reset()
} // namespace WebCore
-#endif // USE(ZLIB)
« no previous file with comments | « Source/modules/websockets/WebSocketDeflateFramer.cpp ('k') | Source/wtf/Platform.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698