| Index: Source/modules/websockets/WebSocketPerMessageDeflate.cpp | 
| diff --git a/Source/modules/websockets/WebSocketPerMessageDeflate.cpp b/Source/modules/websockets/WebSocketPerMessageDeflate.cpp | 
| index 78a49751b23f8123ce8eb0c646c1ee433c0ce93e..0ec28f2eb63b7e8871a1abe0b1fd8aebfaefb4cf 100644 | 
| --- a/Source/modules/websockets/WebSocketPerMessageDeflate.cpp | 
| +++ b/Source/modules/websockets/WebSocketPerMessageDeflate.cpp | 
| @@ -137,7 +137,7 @@ bool CompressionMessageExtensionProcessor::processResponse(const HashMap<String, | 
| m_failureReason = "Received an unexpected permessage-deflate extension parameter"; | 
| return false; | 
| } | 
| -    blink::Platform::current()->histogramEnumeration("WebCore.WebSocket.PerMessageDeflateContextTakeOverMode", mode, WebSocketDeflater::ContextTakeOverModeMax); | 
| +    Platform::current()->histogramEnumeration("WebCore.WebSocket.PerMessageDeflateContextTakeOverMode", mode, WebSocketDeflater::ContextTakeOverModeMax); | 
| m_compress.enable(windowBits, mode); | 
| // Since we don't request server_no_context_takeover and server_max_window_bits, they should be ignored. | 
| return true; | 
|  |