| Index: third_party/WebKit/Source/bindings/core/v8/ScriptController.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptController.cpp b/third_party/WebKit/Source/bindings/core/v8/ScriptController.cpp
|
| index 23a1d5fb48f098556162fcbf8238b2316a46bf68..f01b5de8657c28fbaa99955f76b0b0da3df3e784 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ScriptController.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ScriptController.cpp
|
| @@ -267,11 +267,6 @@ void ScriptController::clearWindowProxy()
|
| m_windowProxyManager->clearForNavigation();
|
| }
|
|
|
| -void ScriptController::setCaptureCallStackForUncaughtExceptions(v8::Isolate* isolate, bool value)
|
| -{
|
| - isolate->SetCaptureStackTraceForUncaughtExceptions(value, V8StackTrace::maxCallStackSizeToCapture, stackTraceOptions);
|
| -}
|
| -
|
| void ScriptController::collectIsolatedContexts(Vector<std::pair<ScriptState*, SecurityOrigin*>>& result)
|
| {
|
| m_windowProxyManager->collectIsolatedContexts(result);
|
|
|