summaryrefslogtreecommitdiffstats
path: root/WebCore/bindings/v8/V8Utilities.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/bindings/v8/V8Utilities.h')
-rw-r--r--WebCore/bindings/v8/V8Utilities.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/WebCore/bindings/v8/V8Utilities.h b/WebCore/bindings/v8/V8Utilities.h
index 944823a..cbe7a7b 100644
--- a/WebCore/bindings/v8/V8Utilities.h
+++ b/WebCore/bindings/v8/V8Utilities.h
@@ -54,12 +54,7 @@ namespace WebCore {
KURL completeURL(const String& relativeURL);
void navigateIfAllowed(Frame*, const KURL&, bool lockHistory, bool lockBackForwardList);
- ScriptExecutionContext* getScriptExecutionContext(ScriptState*);
- inline ScriptExecutionContext* getScriptExecutionContext() {
- return getScriptExecutionContext(0);
- }
-
- void reportException(ScriptState*, v8::TryCatch&);
+ ScriptExecutionContext* getScriptExecutionContext();
class AllowAllocation {
public: