Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1217)

Unified Diff: Source/core/inspector/ScriptCallFrame.h

Issue 688623002: [Thread-safe] Remove TracedValue::setArray (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698