Index: Source/core/inspector/ScriptCallFrame.h |
diff --git a/Source/core/inspector/ScriptCallFrame.h b/Source/core/inspector/ScriptCallFrame.h |
index 0d4d626586be9cbe8de819ae9682b263113cea21..9eb8b97f5ad4dfcc1beb748e79515b587d8a0a79 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 addInspectorObject(TracedValue*) const; |
private: |
String m_functionName; |