| Index: third_party/WebKit/Source/core/inspector/MainThreadDebugger.cpp
|
| diff --git a/third_party/WebKit/Source/core/inspector/MainThreadDebugger.cpp b/third_party/WebKit/Source/core/inspector/MainThreadDebugger.cpp
|
| index 1c95670e330e562406e69c7cb76569a1f2874801..81a3c22340ef5a4338706b4e375ff1811817ae57 100644
|
| --- a/third_party/WebKit/Source/core/inspector/MainThreadDebugger.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/MainThreadDebugger.cpp
|
| @@ -194,7 +194,7 @@ void MainThreadDebugger::contextsToReport(int contextGroupId, V8ContextInfoVecto
|
| if (!root->loader().stateMachine()->committedFirstRealDocumentLoad())
|
| return;
|
|
|
| - OwnPtrWillBeRawPtr<InspectedFrames> inspectedFrames = InspectedFrames::create(root);
|
| + RawPtr<InspectedFrames> inspectedFrames = InspectedFrames::create(root);
|
|
|
| Vector<std::pair<ScriptState*, SecurityOrigin*>> isolatedContexts;
|
| for (LocalFrame* frame : *inspectedFrames) {
|
|
|