summaryrefslogtreecommitdiffstats
path: root/WebCore/inspector/CodeGeneratorInspector.pm
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/inspector/CodeGeneratorInspector.pm')
-rw-r--r--WebCore/inspector/CodeGeneratorInspector.pm5
1 files changed, 5 insertions, 0 deletions
diff --git a/WebCore/inspector/CodeGeneratorInspector.pm b/WebCore/inspector/CodeGeneratorInspector.pm
index a566576..3a8a6cb 100644
--- a/WebCore/inspector/CodeGeneratorInspector.pm
+++ b/WebCore/inspector/CodeGeneratorInspector.pm
@@ -43,6 +43,11 @@ $typeTransform{"ApplicationCache"} = {
"header" => "InspectorApplicationCacheAgent.h",
"domainAccessor" => "m_inspectorController->applicationCacheAgent()",
};
+$typeTransform{"FileSystem"} = {
+ "forward" => "InspectorFileSystemAgent",
+ "header" => "InspectorFileSystemAgent.h",
+ "domainAccessor" => "m_inspectorController->fileSystemAgent()",
+};
$typeTransform{"Profiler"} = {
"forward" => "InspectorProfilerAgent",
"header" => "InspectorProfilerAgent.h",