From b9e202b0f12f275d4aade98943df92bf67684f52 Mon Sep 17 00:00:00 2001 From: Konstantin Tokarev Date: Mon, 26 Dec 2016 00:24:34 +0300 Subject: Imported WebKit commit 12fbea815480c3b3fad139cd8dfb82e8c954bc9a Change-Id: Iccbb1e8bd8b7f72322614224c203fc509a8dbb79 Reviewed-by: Konstantin Tokarev --- Source/JavaScriptCore/debugger/DebuggerCallFrame.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/JavaScriptCore/debugger') diff --git a/Source/JavaScriptCore/debugger/DebuggerCallFrame.h b/Source/JavaScriptCore/debugger/DebuggerCallFrame.h index aa3cca52b..b583455bc 100644 --- a/Source/JavaScriptCore/debugger/DebuggerCallFrame.h +++ b/Source/JavaScriptCore/debugger/DebuggerCallFrame.h @@ -61,7 +61,7 @@ public: // line and column are in base 0 e.g. the first line is line 0. int line() const { return m_position.m_line.zeroBasedInt(); } int column() const { return m_position.m_column.zeroBasedInt(); } - JS_EXPORT_PRIVATE const TextPosition& position() const { return m_position; } + const TextPosition& position() const { return m_position; } JS_EXPORT_PRIVATE JSGlobalObject* vmEntryGlobalObject() const; JS_EXPORT_PRIVATE DebuggerScope* scope(); -- cgit v1.2.1