diff options
Diffstat (limited to 'WebCore/bindings/js/ScriptController.h')
-rw-r--r-- | WebCore/bindings/js/ScriptController.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/WebCore/bindings/js/ScriptController.h b/WebCore/bindings/js/ScriptController.h index c382a93..80155e4 100644 --- a/WebCore/bindings/js/ScriptController.h +++ b/WebCore/bindings/js/ScriptController.h @@ -151,6 +151,10 @@ public: PassRefPtr<JSC::Bindings::RootObject> createRootObject(void* nativeHandle); +#if ENABLE(INSPECTOR) + static void setCaptureCallStackForUncaughtExceptions(bool); +#endif + #if PLATFORM(MAC) #if ENABLE(JAVA_BRIDGE) static void initJavaJSBindings(); |