| Index: third_party/WebKit/Source/modules/websockets/WebSocketChannel.cpp
|
| diff --git a/third_party/WebKit/Source/modules/websockets/WebSocketChannel.cpp b/third_party/WebKit/Source/modules/websockets/WebSocketChannel.cpp
|
| index bdd58bd1dc5acd833a294e33fb23cd53736683ef..dc7c908ab59c16ac56bf5786c5bf038b870eb43d 100644
|
| --- a/third_party/WebKit/Source/modules/websockets/WebSocketChannel.cpp
|
| +++ b/third_party/WebKit/Source/modules/websockets/WebSocketChannel.cpp
|
| @@ -49,7 +49,7 @@ WebSocketChannel* WebSocketChannel::create(ExecutionContext* context, WebSocketC
|
|
|
| String sourceURL;
|
| unsigned lineNumber = 0;
|
| - RefPtrWillBeRawPtr<ScriptCallStack> callStack = currentScriptCallStack(1);
|
| + RefPtr<ScriptCallStack> callStack = currentScriptCallStack(1);
|
| if (callStack && callStack->size()) {
|
| sourceURL = callStack->at(0).sourceURL();
|
| lineNumber = callStack->at(0).lineNumber();
|
|
|