| Index: Source/modules/filesystem/InspectorFileSystemAgent.cpp
|
| diff --git a/Source/modules/filesystem/InspectorFileSystemAgent.cpp b/Source/modules/filesystem/InspectorFileSystemAgent.cpp
|
| index e90cc5cae88dbe37ff31c7b69030fd7cb76e0ae8..e44d153396dcb2221a868654e641735f07c19b57 100644
|
| --- a/Source/modules/filesystem/InspectorFileSystemAgent.cpp
|
| +++ b/Source/modules/filesystem/InspectorFileSystemAgent.cpp
|
| @@ -731,7 +731,7 @@ ExecutionContext* InspectorFileSystemAgent::assertExecutionContextForOrigin(Erro
|
| return 0;
|
| }
|
|
|
| -void InspectorFileSystemAgent::trace(Visitor* visitor)
|
| +DEFINE_TRACE(InspectorFileSystemAgent)
|
| {
|
| visitor->trace(m_page);
|
| InspectorBaseAgent::trace(visitor);
|
|
|