| Index: Source/core/frame/FrameConsole.cpp
|
| diff --git a/Source/core/frame/FrameConsole.cpp b/Source/core/frame/FrameConsole.cpp
|
| index bab484912618e92abaa33971a0f6ffe52730cb47..ba05c78164929afe0b995721fbb353325abaae43 100644
|
| --- a/Source/core/frame/FrameConsole.cpp
|
| +++ b/Source/core/frame/FrameConsole.cpp
|
| @@ -81,7 +81,7 @@ void FrameConsole::addMessage(PassRefPtrWillBeRawPtr<ConsoleMessage> prpConsoleM
|
| messageURL = consoleMessage->url();
|
| }
|
|
|
| - RefPtr<ScriptCallStack> reportedCallStack;
|
| + RefPtrWillBeRawPtr<ScriptCallStack> reportedCallStack = nullptr;
|
| if (consoleMessage->source() != ConsoleAPIMessageSource) {
|
| if (consoleMessage->callStack() && m_frame.chromeClient().shouldReportDetailedMessageForSource(messageURL))
|
| reportedCallStack = consoleMessage->callStack();
|
|
|