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

Unified Diff: third_party/WebKit/Source/core/inspector/ScriptCallFrame.cpp

Issue 1666563005: DevTools: merge ScriptCallStack and ScriptAsyncCallStack, move CallStacks from console to Runtime. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: testts Created 4 years, 10 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: third_party/WebKit/Source/core/inspector/ScriptCallFrame.cpp
diff --git a/third_party/WebKit/Source/core/inspector/ScriptCallFrame.cpp b/third_party/WebKit/Source/core/inspector/ScriptCallFrame.cpp
index d044abd946dfb1ee4a378b5cf5ef3f6c460ca1e6..420ad1f6f83048a1ac634d97f7aa4801b92366b3 100644
--- a/third_party/WebKit/Source/core/inspector/ScriptCallFrame.cpp
+++ b/third_party/WebKit/Source/core/inspector/ScriptCallFrame.cpp
@@ -58,9 +58,9 @@ ScriptCallFrame::~ScriptCallFrame()
// buildInspectorObject() and toTracedValue() should set the same fields.
// If either of them is modified, the other should be also modified.
-PassRefPtr<TypeBuilder::Console::CallFrame> ScriptCallFrame::buildInspectorObject() const
+PassRefPtr<TypeBuilder::Runtime::CallFrame> ScriptCallFrame::buildInspectorObject() const
{
- return TypeBuilder::Console::CallFrame::create()
+ return TypeBuilder::Runtime::CallFrame::create()
.setFunctionName(m_functionName)
.setScriptId(m_scriptId)
.setUrl(m_scriptName)
« no previous file with comments | « third_party/WebKit/Source/core/inspector/ScriptCallFrame.h ('k') | third_party/WebKit/Source/core/inspector/ScriptCallStack.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698