| Index: Source/core/inspector/InspectorFileSystemAgent.cpp
|
| diff --git a/Source/core/inspector/InspectorFileSystemAgent.cpp b/Source/core/inspector/InspectorFileSystemAgent.cpp
|
| index bd76696562eb9cd6e88e7603c961295655e9e02d..f8bf1ae23aebf7effb5d85636eca315d51354185 100644
|
| --- a/Source/core/inspector/InspectorFileSystemAgent.cpp
|
| +++ b/Source/core/inspector/InspectorFileSystemAgent.cpp
|
| @@ -702,7 +702,7 @@ bool InspectorFileSystemAgent::assertEnabled(ErrorString* error)
|
|
|
| ExecutionContext* InspectorFileSystemAgent::assertExecutionContextForOrigin(ErrorString* error, SecurityOrigin* origin)
|
| {
|
| - for (Frame* frame = m_pageAgent->mainFrame(); frame; frame = frame->tree()->traverseNext()) {
|
| + for (Frame* frame = m_pageAgent->mainFrame(); frame; frame = frame->tree().traverseNext()) {
|
| if (frame->document() && frame->document()->securityOrigin()->isSameSchemeHostPort(origin))
|
| return frame->document();
|
| }
|
|
|