| Index: third_party/WebKit/Source/modules/websockets/WorkerWebSocketChannel.cpp
|
| diff --git a/third_party/WebKit/Source/modules/websockets/WorkerWebSocketChannel.cpp b/third_party/WebKit/Source/modules/websockets/WorkerWebSocketChannel.cpp
|
| index 9afa15c59b902c95e6807c23ab709decc1108b27..086e9aec58eba0c16cfe539e2f9b8ef3361fe6ca 100644
|
| --- a/third_party/WebKit/Source/modules/websockets/WorkerWebSocketChannel.cpp
|
| +++ b/third_party/WebKit/Source/modules/websockets/WorkerWebSocketChannel.cpp
|
| @@ -155,7 +155,7 @@ void WorkerWebSocketChannel::fail(const String& reason, MessageLevel level, cons
|
| if (!m_bridge)
|
| return;
|
|
|
| - RefPtrWillBeRawPtr<ScriptCallStack> callStack = currentScriptCallStack(1);
|
| + RefPtr<ScriptCallStack> callStack = currentScriptCallStack(1);
|
| if (callStack && callStack->size()) {
|
| // In order to emulate the ConsoleMessage behavior,
|
| // we should ignore the specified url and line number if
|
|
|