| Index: third_party/WebKit/Source/core/inspector/v8/V8ProfilerAgentImpl.cpp
|
| diff --git a/third_party/WebKit/Source/core/inspector/v8/V8ProfilerAgentImpl.cpp b/third_party/WebKit/Source/core/inspector/v8/V8ProfilerAgentImpl.cpp
|
| index ff02170d85d926782614d42732812def182f5dd4..bb2d5408b738335aa16c5b69d7bd5bf534c468ab 100644
|
| --- a/third_party/WebKit/Source/core/inspector/v8/V8ProfilerAgentImpl.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/v8/V8ProfilerAgentImpl.cpp
|
| @@ -99,7 +99,7 @@ PassRefPtr<TypeBuilder::Profiler::CPUProfile> createCPUProfile(v8::CpuProfile* v
|
|
|
| PassRefPtr<TypeBuilder::Debugger::Location> currentDebugLocation()
|
| {
|
| - RefPtrWillBeRawPtr<ScriptCallStack> callStack(currentScriptCallStack(1));
|
| + RefPtr<ScriptCallStack> callStack(currentScriptCallStack(1));
|
| const ScriptCallFrame& lastCaller = callStack->at(0);
|
| RefPtr<TypeBuilder::Debugger::Location> location = TypeBuilder::Debugger::Location::create()
|
| .setScriptId(lastCaller.scriptId())
|
|
|