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) |