| Index: Source/modules/websockets/WebSocketDeflater.cpp
|
| diff --git a/Source/modules/websockets/WebSocketDeflater.cpp b/Source/modules/websockets/WebSocketDeflater.cpp
|
| index 4937637752ab0483810cfbc71f9c8318e4f933ea..489ba7a08b76963e5b229c9f00246a19e935e1f9 100644
|
| --- a/Source/modules/websockets/WebSocketDeflater.cpp
|
| +++ b/Source/modules/websockets/WebSocketDeflater.cpp
|
| @@ -40,7 +40,7 @@
|
| #include "wtf/text/WTFString.h"
|
| #include <zlib.h>
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| static const int defaultMemLevel = 1;
|
| static const size_t bufferIncrementUnit = 4096;
|
| @@ -231,5 +231,5 @@ void WebSocketInflater::reset()
|
| m_buffer.clear();
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
|
|