summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/bindings/v8/JavaScriptCallFrame.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/bindings/v8/JavaScriptCallFrame.h')
-rw-r--r--Source/WebCore/bindings/v8/JavaScriptCallFrame.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/WebCore/bindings/v8/JavaScriptCallFrame.h b/Source/WebCore/bindings/v8/JavaScriptCallFrame.h
index 95a0510..2d14593 100644
--- a/Source/WebCore/bindings/v8/JavaScriptCallFrame.h
+++ b/Source/WebCore/bindings/v8/JavaScriptCallFrame.h
@@ -51,6 +51,7 @@ public:
int sourceID() const;
int line() const;
+ int column() const;
String functionName() const;
v8::Handle<v8::Value> scopeChain() const;