| Index: third_party/WebKit/Source/modules/storage/InspectorDOMStorageAgent.cpp
|
| diff --git a/third_party/WebKit/Source/modules/storage/InspectorDOMStorageAgent.cpp b/third_party/WebKit/Source/modules/storage/InspectorDOMStorageAgent.cpp
|
| index fb021933e02d9e4b0242155670e740fcba92be69..0ad8ef7987f69417f96d888ecd5fc1e9433e7c6b 100644
|
| --- a/third_party/WebKit/Source/modules/storage/InspectorDOMStorageAgent.cpp
|
| +++ b/third_party/WebKit/Source/modules/storage/InspectorDOMStorageAgent.cpp
|
| @@ -199,7 +199,7 @@ StorageArea* InspectorDOMStorageAgent::findStorageArea(ErrorString* errorString,
|
| if (!m_page->mainFrame()->isLocalFrame())
|
| return nullptr;
|
|
|
| - OwnPtrWillBeRawPtr<InspectedFrames> inspectedFrames = InspectedFrames::create(m_page->deprecatedLocalMainFrame());
|
| + RawPtr<InspectedFrames> inspectedFrames = InspectedFrames::create(m_page->deprecatedLocalMainFrame());
|
| LocalFrame* frame = inspectedFrames->frameWithSecurityOrigin(securityOrigin);
|
| if (!frame) {
|
| if (errorString)
|
|
|