| 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 c82812e1b2efd3e5ad11f8c69e935cc37a001045..14f0f087d148b58c5021d2e684f6491182742b38 100644
|
| --- a/third_party/WebKit/Source/modules/storage/InspectorDOMStorageAgent.cpp
|
| +++ b/third_party/WebKit/Source/modules/storage/InspectorDOMStorageAgent.cpp
|
| @@ -208,7 +208,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)
|
|
|