| Index: third_party/WebKit/Source/bindings/core/v8/ScriptController.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptController.h b/third_party/WebKit/Source/bindings/core/v8/ScriptController.h
|
| index e5ae8c1ca2a587fce338648b15f5d4ed3847d9ff..57a42d1b89df9b43422fff5c9adba60ccc46f0a9 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ScriptController.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ScriptController.h
|
| @@ -118,7 +118,6 @@ public:
|
|
|
| static bool canAccessFromCurrentOrigin(v8::Isolate*, Frame*);
|
|
|
| - static void setCaptureCallStackForUncaughtExceptions(v8::Isolate*, bool);
|
| void collectIsolatedContexts(Vector<std::pair<ScriptState*, SecurityOrigin*>>&);
|
|
|
| bool canExecuteScripts(ReasonForCallingCanExecuteScripts);
|
|
|