RESOLVED FIXED 79298
[WebSocket] Remove zlib.h from WebSocketDeflater.h
https://bugs.webkit.org/show_bug.cgi?id=79298
Summary [WebSocket] Remove zlib.h from WebSocketDeflater.h
Kenichi Ishibashi
Reported 2012-02-22 16:19:04 PST
Including zlib.h in header files introduced a bunch of zlib dependency and caused build failure unexpectedly (http://build.chromium.org/p/chromium.webkit/builders/Webkit%20Win%20Builder/builds/20781). We should put zlib.h in .cpp files rather than .h files.
Attachments
Patch (9.14 KB, patch)
2012-02-22 16:27 PST, Kenichi Ishibashi
no flags
Kenichi Ishibashi
Comment 1 2012-02-22 16:27:03 PST
Kenichi Ishibashi
Comment 2 2012-02-22 16:29:01 PST
Hi Kent-san, Could you take a look? This change is needed to avoid adding a bunch of zlib dependency to GYP files.
Kent Tamura
Comment 3 2012-02-22 17:12:44 PST
Comment on attachment 128326 [details] Patch Looks ok.
Kenichi Ishibashi
Comment 4 2012-02-22 17:14:37 PST
Comment on attachment 128326 [details] Patch Thank you!
WebKit Review Bot
Comment 5 2012-02-22 19:44:34 PST
Comment on attachment 128326 [details] Patch Clearing flags on attachment: 128326 Committed r108600: <http://trac.webkit.org/changeset/108600>
WebKit Review Bot
Comment 6 2012-02-22 19:44:39 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.