| Index: third_party/WebKit/Source/core/dom/ExecutionContext.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/ExecutionContext.cpp b/third_party/WebKit/Source/core/dom/ExecutionContext.cpp
|
| index 46193888fc253829555088f1bcdd7e53370a39bd..98610a0fdff20acb9665c6d29e048e09e4a5eed0 100644
|
| --- a/third_party/WebKit/Source/core/dom/ExecutionContext.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/ExecutionContext.cpp
|
| @@ -166,7 +166,7 @@ void ExecutionContext::reportException(ErrorEvent* errorEvent, int scriptId, Pas
|
| PendingException* e = m_pendingExceptions->at(i).get();
|
| logExceptionToConsole(e->m_errorMessage, e->m_scriptId, e->m_sourceURL, e->m_lineNumber, e->m_columnNumber, e->m_callStack);
|
| }
|
| - m_pendingExceptions.clear();
|
| + m_pendingExceptions.reset();
|
| }
|
|
|
| bool ExecutionContext::dispatchErrorEvent(ErrorEvent* errorEvent, AccessControlStatus corsStatus)
|
|
|