Index: Source/core/inspector/ScriptCallFrame.h |
diff --git a/Source/core/inspector/ScriptCallFrame.h b/Source/core/inspector/ScriptCallFrame.h |
index 0d4d626586be9cbe8de819ae9682b263113cea21..1788425900995825f19ef8a5ca964fee7928bc76 100644 |
--- a/Source/core/inspector/ScriptCallFrame.h |
+++ b/Source/core/inspector/ScriptCallFrame.h |
@@ -37,6 +37,8 @@ |
namespace blink { |
+class TracedValue; |
+ |
class ScriptCallFrame { |
public: |
ScriptCallFrame(); |
@@ -50,6 +52,7 @@ public: |
unsigned columnNumber() const { return m_column; } |
PassRefPtr<TypeBuilder::Console::CallFrame> buildInspectorObject() const; |
+ void toTracedValue(TracedValue*) const; |
private: |
String m_functionName; |